code-review-gate
// Perform code review with quality scoring and configurable threshold enforcement.
$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
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