← Back to list

testing
by ScotterMonk
Custom instructions for setting up your own agentic AI development team
⭐ 19🍴 0📅 Jan 17, 2026
SKILL.md
name: testing description: When creating tests and using tests for testing of application operation
Testing instructions
For creating tests and using tests for testing of application operation.
Constraint: Do not execute multi-line Python scripts directly in the terminal.
Procedure for Multi-line Scripts:
- Search: Check codebase and memory for existing scripts.
- Evaluate:
- Exact Match Found: Execute the existing script.
- Similar Match Found:
- Analyze dependencies (what relies on this script?).
- Determine strategy: Modify existing vs. Duplicate new.
- Execute the modified or duplicated script.
- No Match: Create a new script file, then execute it.
Testing types
- Terminal Scripts, Python Tests, Browser, Use what is appropriate per task, All, None, or Custom.
Terminal Scripts
One-line tests: Run directly in the terminal. Multi-line tests:
- Search the codebase and memory to see if an equivalent script already exists.
- If exact: reuse it.
- If similar: create or modify a
.pyscript in an appropriate location (default totests/bututils_db/for DB-related tasks).
- Run the script from its
.pyfile instead of pasting multiple lines.
Python tests
Note: Uses live PostgreSQL database, not a separate test DB. Creating tests:
- Use
pytest
browser
- Use
browser_actionfor E2E flows. - Local querystring-based auth helper is available:
http://localhost:5000/auth/login?email=[creds]&password=[hashed]
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


