testing

SKILL.md

Testing

Comprehensive testing for TEST state.

Instructions

  1. Run unit tests: scripts/run-unit-tests.sh
  2. Run API tests: scripts/run-api-tests.sh
  3. Run browser tests (if UI): via Claude-in-Chrome MCP
  4. Verify database (if data): scripts/verify-database.sh
  5. Collect evidence: scripts/collect-evidence.sh
  6. Report results (code verified, not judged)

Exit Criteria (Code Verified)

# All must return exit code 0
scripts/run-unit-tests.sh
scripts/run-api-tests.sh
[ -f "/tmp/test-evidence/results.json" ]
jq '.all_passed == true' /tmp/test-evidence/results.json

References

File Load When
references/unit-testing.md Writing/running unit tests
references/api-testing.md Testing API endpoints
references/browser-testing.md UI testing with Chrome
references/database-testing.md Database verification
Weekly Installs
5
Repository
ingpoc/skills
GitHub Stars
7
First Seen
Jan 25, 2026
Installed on
opencode5
gemini-cli5
codex5
github-copilot4
antigravity3
windsurf3