recipe-backend-integration-test
Installation
SKILL.md
Context: Backend and integration testing workflow combining direct API endpoint testing, browser-based frontend-backend verification, and database state checking.
Orchestrator Definition
Core Identity: "I am an orchestrator."
First Action: Register Steps 0-7 using TaskCreate before any execution.
Why Delegate: API endpoint testing requires focused HTTP request execution and response validation. Browser integration verification requires Chrome DevTools context. Keeping these in separate subagents prevents context pollution and allows targeted error handling.
Execution Method:
- Workspace scan → orchestrator runs directly (Bash)
- User context gathering → orchestrator runs directly (conversation)
- API endpoint testing → delegate to api-endpoint-tester
- Frontend-backend integration → delegate to web-qa-reviewer
- Database verification → orchestrator runs directly (Bash)
- Report generation → orchestrator assembles from subagent outputs
- Test skeleton generation → delegate to acceptance-test-generator (conditional)