install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/bmad-method/skills/qa-testing" ~/.claude/skills/a5c-ai-babysitter-qa-testing && rm -rf "$T"
manifest:
library/methodologies/bmad-method/skills/qa-testing/SKILL.mdsource content
QA Testing
Generate and execute API and E2E tests with quality gate assessment.
Agent
Quinn (QA Engineer) -
bmad-qa-quinn
Workflow
- Generate API tests for new endpoints
- Create E2E tests for critical user flows
- Test edge cases from code review findings
- Run regression tests
- Generate coverage report
- Provide quality gate recommendation
Inputs
- Project nameprojectName
- Implemented story resultsstoryResults
- Code review findings (optional)codeReview
Outputs
- Test results (total, passed, failed)
- Coverage percentage
- Quality gate status (pass/fail)
- Failed test details
- Manual testing recommendations
Process Files
- Phase 4 QAbmad-orchestrator.js
- Sprint QAbmad-implementation.js