agentsclimarketplace

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-orchestration

Install
npx -y skills add a5c-ai/babysitter --skill code-review-gate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.2 KB, 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

  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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.