code-review

Gather organizational context before analyzing diffs to ground review findings in team conventions.

13|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/unblocked/cookbook --skill code-review-unblocked
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/unblocked/cookbook/tree/main/recipes/code-review
Command: npx skills add https://github.com/unblocked/cookbook --skill code-review-unblocked

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Context-aware reviews gather organizational context before analyzing diffs, ensuring findings reflect team conventions rather than generic opinions.

Core Features & Use Cases

  • Hydrates context per area touched in a PR (e.g., auth, billing, UI) so reviews are aligned with team patterns.
  • Categorizes findings using a defined taxonomy and presents them for discussion with citations from research results.
  • Produces a structured review report using the provided templates to facilitate fast alignment and decision making.

Quick Start

Provide the diff URL or PR reference and run a separate context_research pass for each area touched before generating the review.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I do a context-aware code review that follows my team's conventions?

A context-aware code review gathers organizational context before analyzing diffs, ensuring findings reflect team conventions. It hydrates context per area touched in a PR and categorizes findings to ground results in established patterns.

How do I review a PR that touches multiple areas like auth and billing?

To review a multi-area PR, run a separate context research pass for each touched area before generating the review. This hydrates specific context for auth, billing, or UI, aligning findings with the relevant team patterns.

What is the best way to structure code review findings for fast team alignment?

The best way to structure code review findings is using a predefined taxonomy and a report template. This categorizes findings with citations from research, producing a structured report that facilitates fast decision making.

Can I analyze diffs without providing organizational context?

Analyzing diffs without organizational context results in generic opinions rather than team-specific findings. This skill requires a context research pass per touched area to ground the review in actual team conventions and patterns.

How does a context-aware code review handle large diffs across different domains?

For large diffs across different domains, the review process hydrates context per touched area separately. It then categorizes findings using a defined taxonomy and presents a structured report with citations to ensure comprehensive coverage.

What do I need to start a context-aware PR review?

To start a context-aware PR review, you need to provide the diff URL or PR reference. You then run a separate context research pass for each area touched before generating the final structured review report.