Code review
Skill a5c-ai/babysitter/library/methodologies/bmad-method/skills/code-review
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill code-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, as published. Nobody here has run it
Code Review
Multi-dimensional code review across correctness, security, performance, maintainability, and test coverage.
Agents
- Amelia (Developer) -
bmad-dev-amelia(full team mode) - Barry (Solo Dev) -
bmad-solodev-barry(quick flow mode)
Workflow
- Review correctness: logic, edge cases, error handling
- Review security: validation, auth, data protection
- Review performance: efficiency, resources, caching
- Review maintainability: clarity, naming, SOLID
- Review test coverage: missing tests, quality
- Rate overall quality and identify tech debt
- Generate actionable recommendations
Inputs
projectName- Project namestoryResults- Implementation results to review
Outputs
- Overall rating and score (0-100)
- Category scores (5 dimensions)
- Finding list with severity and suggestions
- Technical debt identification
- Action items
Process Files
bmad-orchestrator.js- Phase 4 code reviewbmad-implementation.js- Sprint code reviewbmad-quick-flow.js- Quick flow review