Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/a5c-ai/babysitter

Works with Git. The repository opens in your current directory.

🔍
QualityJavaScript

Code Review Gate

by a5c-ai

Performs automated code review with quality scoring and threshold enforcement. Checks for correctness, security, performance, style, dead code, and secrets, then assigns a score and approve/reject decision.

1.6K stars94 forksAdded 2026/07/20
agent-orchestrationagent-skillsagentic-aiagentic-workflowai-agentsai-automationbabysitterclaude-codeclaude-code-skillsclaude-code-workflowsclaude-skillsclaude-workflowscodex-plugincodex-skillscodex-workflowhermes-pluginpi-extensiontrustworthy-aivibe-coding

Documentation

README

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

More from a5c-ai

Other Claude Code skills by this author in the directory.

🔍
1w ago

Assimilate Popular Workflows

Searches public GitHub repositories for SKILL.md files, classifies repos by archetype, and extracts transferable processes and plugin ideas. Use when researching external AI agent workflows or finding extractable procedural patterns.
AI Engineering
+1%1.6K94
🤖
1w ago

Babysit Babysitter Issues

Fetches open issues assigned to a specific agent and orchestrates their resolution sequentially using predefined skills. Useful for automated issue processing in agentic workflows.
Automation
+1%1.6K94
🗂️
1w ago

Catalog Babysitter Users

Discover public codebases that import defineTask from @a5c-ai/babysitter-sdk and maintain a deduplicated catalog of those projects. Excludes any project named "babysitter". Run this to find, catalog, or refresh lists of projects using babysitter.
Automation
+1%1.6K94
🛠️
1w ago

Fix Failing Pipelines

Automatically identify and fix failing CI workflows on the staging branch using the babysitter agent. Diagnoses the most recent pipeline failure, invokes an AI agent to apply repairs directly to the staging branch, and verifies the fix.
DevOps
+1%1.6K94
🏗️
1w ago

Process Builder

Scaffold new process definitions for the babysitter event-sourced orchestration framework. Guides a 3-phase workflow from research to implementation, following SDK patterns and best practices.
AI Engineering
+1%1.6K94
🔍
1w ago

Retrospect External Babysitter Run

Analyzes a babysitter run in an external public repository, producing a retrospective with concrete suggestions for process improvement. Use when reviewing how someone else used a babysitter process or when examining committed run logs.
AI Engineering
+1%1.6K94