code-review

Automate structured code review using BASE_SHA and HEAD_SHA diffs.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/momingse/paceforge --skill code-review-momingse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/momingse/paceforge/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/momingse/paceforge --skill code-review-momingse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps ensure code changes are reviewed systematically to catch issues before they cascade and before merging.

Core Features & Use Cases

  • Initiates structured reviews: builds precise context (BASE_SHA, HEAD_SHA, changed files) and dispatches a dedicated reviewer.
  • Enforces review workflow: requires feedback cycles after each task and batch to maintain quality and velocity.
  • Assesses readiness: evaluates code quality, architecture, testing, and production readiness against the project plan.

Quick Start

Dispatch the code-reviewer subagent with the relevant commit range to initiate the review process.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate a code review before a pull request merge?

To automate a code review before a pull request merge, this skill gathers BASE_SHA and HEAD_SHA diffs, references plan documents, and dispatches a reviewer subagent to return categorized issues for remediation.

What is the best way to ensure production-ready code in subagent-driven development?

The best way to ensure production-ready code in subagent-driven development is to apply structured reviews after each task or major feature, evaluating code quality, architecture, testing, and readiness against the project plan.

When do I need to run a structured code review on my git changes?

You need to run a structured code review on your git changes after completing major features, after each task in subagent-driven development, or before merging to the main branch to catch issues systematically.

Can I use automated code review to assess architecture and testing readiness?

Yes, you can use automated code review to assess architecture and testing readiness by dispatching a code-reviewer subagent with the relevant commit range to evaluate changes against your project plan.

How to get categorized issues from a git diff for code remediation?

To get categorized issues from a git diff for code remediation, dispatch the code-reviewer subagent with your relevant commit range to systematically analyze the changes and return structured feedback.