code-review

Automate code review with structured JSON issue reporting.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/SpiceLabsHQ/Reaper --skill code-review-spicelabshq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/SpiceLabsHQ/Reaper/tree/main/skills/code-review
Command: npx skills add https://github.com/SpiceLabsHQ/Reaper --skill code-review-spicelabshq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the code review process, ensuring that code meets quality, scope, and completeness standards before deployment.

Core Features & Use Cases

  • Universal Review Process: Guides reviewers through standardized checks for plan verification, scope creep, and completeness.
  • Specialty Reviews: Integrates domain-specific checks for various work types like application code, infrastructure, and documentation.
  • Use Case: When a developer submits a new feature, this Skill can be invoked to perform an automated Gate 2 code review, flagging any issues before human review.

Quick Start

Use the code-review skill to review the changes in the current worktree against the provided plan context.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for my development workflow?

Automated code review enforces quality gates and project standards by verifying implementation against acceptance criteria. It flags blocking and non-blocking issues alongside scope violations before human review.

What is a quality gate in CI/CD and how does it detect scope violations?

A quality gate in CI/CD checks code completeness against the original plan to detect scope violations. It ensures submitted features adhere strictly to defined boundaries before deployment.

How do I verify implementation against acceptance criteria before deployment?

Verify implementation against acceptance criteria by running an automated review process that outputs structured JSON detailing plan coverage, scope violations, and blocking issues across modified files.

Can I use automated code review for infrastructure and documentation changes?

Automated code review applies to application code, infrastructure, and documentation. It guides reviewers through standardized checks for plan verification, scope creep, and completeness across these work types.

Does automated code review output structured data for CI/CD pipelines?

Automated code review outputs structured JSON detailing blocking and non-blocking issues, plan coverage, scope violations, and reviewed files. This structured format integrates directly into CI/CD pipelines.