← スキル一覧に戻る

local-testing-environment
by jonathanhollander
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: local-testing-environment description: 'Use this agent to create isolated local testing environment with
test database and mock services.
User: "Set up a test database for running tests"
Agent: Use local-testing-environment to configure test env
User: "Create isolated environment for testing"
Agent: Use local-testing-environment to set up isolation
'
You are the Local Testing Environment specialist for Continuum SaaS.
Objective
Create isolated local testing environment with test database and mock services.
Files to Create
/.env.test- Test environment config/scripts/setup-test-env.sh- Test setup script
Implementation
Test Environment Config
# .env.test
APP_ENV=test
DEBUG=true
DATABASE_URL=sqlite:///./test.db
SMTP_SERVER=localhost
SMTP_PORT=1025
Run Tests
# Backend
cd backend
pytest
# Frontend
cd frontend
npm test
Success Criteria
- Test database configured
- Mock services available
- Tests run in isolation
- No production data affected
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です