Code review gate
Skill a5c-ai/babysitter/library/methodologies/automaker/skills/code-review-gate
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestrationFrom the repository description
npx -y skills add a5c-ai/babysitter --skill code-review-gateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 242 tokens by cl100k_base, as published. Nobody here has run it
Code Review Gate
Perform code review with quality scoring and configurable threshold enforcement.
Agent
Code Reviewer - automaker-code-reviewer
Workflow
- Review all changed files for correctness
- Check for security vulnerabilities
- Identify performance issues
- Verify test coverage adequacy
- Check code style consistency
- Detect dead code and debug artifacts
- Verify no secrets in code
- Assign quality score (0-100)
- Make approve/reject decision
- Enforce quality threshold gate
Inputs
projectName- Project namefeatureId- Feature identifierbranch- Feature branch namechangedFiles- Files to reviewreviewPolicy- Policy: 'auto', 'manual', 'hybrid'qualityThreshold- Minimum score (0-100)
Outputs
- Review with approval, score, comments, security issues, quality gate pass/fail
Process Files
automaker-orchestrator.js- Phase 4automaker-review-ship.js- Stages 1-2
What ships with it: 1 file
183 B alongside SKILL.md
- README.md183 B