code-review

Generate complete verbatim code reviews for pull requests, diffs, and uncommitted Git changes.

14|8|Updated Aug 9, 2011
One-click install
npx skills add https://github.com/kurko/dotfiles --skill code-review-kurko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/kurko/dotfiles/tree/main/ai/skills/code-review
Command: npx skills add https://github.com/kurko/dotfiles --skill code-review-kurko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of reviewing code by gathering coder intent, spawning a dedicated subagent, and returning a complete, unabridged review of pull requests, diffs, or uncommitted changes. It ensures every change is inspected with the proper context and visible to the user.

Core Features & Use Cases

  • Coder Intent capture: Extract the reviewer’s goals from the conversation and pass them to a subagent for a thorough evaluation.
  • Full, verbatim review: Display the subagent's complete review without trimming, so nothing is lost in translation.
  • Multiple sources supported: Review PRs, git diffs, or uncommitted changes; work with Slack thread context to enrich the review.

Quick Start

Say "review this PR" or "review my changes" and the agent will fetch the context, generate a full review, and present it verbatim. For example, "review PR #123" or "review diff for commit abcdef".

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review pull request changes with full context?

Code review gathers your intent and spawns a dedicated subagent to inspect all changes from PRs, diffs, or uncommitted code. Say 'review PR #123' or 'review my changes' and get a complete, unabridged review that shows every modification with proper context.

Can I review uncommitted changes and diffs directly?

Yes. The code review process handles pull requests, git diffs, and uncommitted changes interchangeably. It extracts your goals, processes the diff, and returns the full review verbatim without trimming or loss of detail.

What's the difference between automated code review and manual review?

Automated code review captures your specific intent and delegates to a subagent for thorough evaluation, ensuring consistent inspection across PRs, diffs, and uncommitted changes while preserving the complete review for your visibility.

Do I need to provide context for the code review to work effectively?

The skill gathers coder intent from your request to understand your review goals. Slack thread context automatically enriches the review when available, helping the subagent align feedback with your stated priorities.

When should I use code review automation versus manual inspection?

Use automation when you need consistent, thorough inspection across multiple diffs or want to capture and preserve your review criteria. The subagent applies full context to ensure nothing is missed, making it ideal for systematic code quality checks.

How does the skill handle large diffs or multiple files?

Code review processes changes from any source—PRs, commits, or uncommitted work—and returns the complete review without truncation. The subagent inspects all modifications with proper context, regardless of diff size or file count.