chunk-review

Review GitHub PR or local diffs using team review prompt standards.

84|40|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/CircleCI-Public/chunk-cli --skill chunk-review-circleci-public
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chunk-review
Source: https://github.com/CircleCI-Public/chunk-cli/tree/main/skills/chunk-review
Command: npx skills add https://github.com/CircleCI-Public/chunk-cli --skill chunk-review-circleci-public

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps software teams review changes faster and more consistently by applying the team’s mined review standards to recent diffs, without relying on informal, drifting criteria.

Core Features & Use Cases

  • Diff-aware PR or local review: Reviews GitHub PR diffs (via gh pr diff / PR metadata) or local staged/uncommitted diffs, so feedback targets exactly what changed.
  • Team standards enforcement: Loads the authoritative review prompt from .chunk/context/review-prompt.md (preferring the PR head branch version when available) to keep reviews aligned with real historical patterns.
  • Isolated subagent execution: Runs the review in a dedicated subagent context so findings aren’t influenced by unrelated conversation history.

Quick Start

Ask the AI to review PR 123 using your chunk review standards.

Frequently Asked Questions about chunk-review

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

FAQPage Schema
How do I apply team code review standards to a GitHub PR diff?

You can apply team code review standards to a GitHub PR diff by loading your review prompt from `.chunk/context/review-prompt.md` and delegating the changed code to an isolated subagent for consistent feedback.

Can I review local uncommitted diffs using my custom review standards?

Yes, you can review local staged or uncommitted diffs by obtaining the diff via git, selecting an optional commit or file scope, and applying your team's review prompt to the exact changes.

How does an isolated subagent execute pull request reviews?

An isolated subagent executes pull request reviews by running in a dedicated context, ensuring that code review findings are not influenced by unrelated conversation history or prior prompts.

Does code review work with GitHub CLI to fetch pull request metadata?

Yes, code review works with GitHub CLI by fetching pull request metadata and diffs via the `gh pr diff` command, then loading the PR head branch version of your review prompt to enforce standards.

What is the best way to maintain consistent code review criteria across a software team?

The best way to maintain consistent code review criteria is to define standards in a markdown prompt file, load it automatically for each diff analysis, and execute reviews in an isolated subagent context.

When should I not use an isolated subagent for diff analysis?

You should not use an isolated subagent for diff analysis if your repository lacks a `.chunk/context/review-prompt.md` file, as the review process depends on loading these team standards to generate findings.