Skip to content
Automation
Skill

/code-review-gate

Perform code review with quality scoring and configurable threshold enforcement.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill code-review-gate --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/code-review-gate

Context preview

The summary Claude sees to decide when to auto-load this skill.

Perform code review with quality scoring and configurable threshold enforcement.

SKILL.md

code-review-gate.SKILL.md
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]

Code Review Gate

Perform code review with quality scoring and configurable threshold enforcement.

Agent

Code Reviewer - `automaker-code-reviewer`

Workflow

1. Review all changed files for correctness 2. Check for security vulnerabilities 3. Identify performance issues 4. Verify test coverage adequacy 5. Check code style consistency 6. Detect dead code and debug artifacts 7. Verify no secrets in code 8. Assign quality score (0-100) 9. Make approve/reject decision 10. Enforce quality threshold gate

Inputs

  • `projectName` - Project name
  • `featureId` - Feature identifier
  • `branch` - Feature branch name
  • `changedFiles` - Files to review
  • `reviewPolicy` - 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 4
  • `automaker-review-ship.js` - Stages 1-2
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.