code-reviewer

Coordinate parallel pull request reviews and produce merge-readiness verdicts.

18|Updated Feb 14, 2020
One-click install
npx skills add https://github.com/subroh0508/colormaster --skill code-reviewer-subroh0508
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/subroh0508/colormaster/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/subroh0508/colormaster --skill code-reviewer-subroh0508

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual burden of reviewing pull requests by coordinating a structured, multi-aspect evaluator that separates review work from implementation work and produces a clear merge-readiness judgment.

Core Features & Use Cases

  • Parallel Aspect Review: Runs independent checks across spec conformance, tests, architecture, security, performance, code quality, and optional UI-related dimensions.
  • Structured PR Feedback: Aggregates findings into a Japanese review comment with severity levels and duplicate suppression.
  • Merge Readiness Decision: Helps determine whether a PR is ready to merge or must return to a fix loop based on critical issues.
  • Use Case: Use this Skill when a pull request needs a consistent, repeatable review before release or when an orchestrator wants a standardized evaluator step.

Quick Start

Ask the skill to review a specific pull request and return a structured Japanese summary with severity, skipped aspects, and a merge readiness verdict.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate pull request reviews for merge readiness on GitHub?

Automating GitHub pull request reviews requires coordinating parallel evaluations across spec, tests, security, and performance to aggregate findings into a structured merge-readiness verdict. This process uses local subagents and gh CLI access to redact secrets before posting comments.

What is parallel PR evaluation and how does it work?

Parallel PR evaluation runs independent checks across spec conformance, tests, architecture, security, performance, and code quality simultaneously. It aggregates findings with severity levels, suppresses duplicates, and produces a structured merge-readiness decision based on critical issues.

Do I need gh CLI access to run automated code reviews on pull requests?

Yes, gh CLI access is required to run automated code reviews on pull requests. The evaluation process requires gh CLI to parse PR frontmatter, execute local subagents for multi-aspect checks, and post structured review comments back to the repository.

How are security checks and PII redaction handled during code review?

Security checks are handled as one dimension of parallel PR evaluation, while PII or secrets redaction is applied before posting review comments. The evaluator aggregates security findings with severity levels and suppresses duplicates to produce clear merge-readiness feedback.

What is the best way to determine if a PR is ready to merge or needs a fix loop?

Determining merge readiness involves aggregating multi-aspect PR review findings into a structured verdict with severity levels. If critical issues are found, the PR returns to a fix loop; otherwise, it is deemed ready to merge based on the standardized evaluation.