review-code

Coordinate reviewer agents to analyze changed files and create tracked tasks.

Updated Jul 9, 2020
One-click install
npx skills add https://github.com/feosuna1/dotfiles --skill review-code-feosuna1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/feosuna1/dotfiles/tree/main/files/claude/skills/review-code
Command: npx skills add https://github.com/feosuna1/dotfiles --skill review-code-feosuna1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate specialized reviewer agents to turn PR diffs into concise, prioritized tasks so that review findings are actionable, tracked, and not lost in comments or inline edits.

Core Features & Use Cases

  • Selective agent dispatch: Analyze the changed files and skip reviewers whose domain plainly doesn't apply (e.g., skip performance review for docs-only PRs).
  • Parallel reviews and synthesis: Run applicable agents (code quality, performance, tests, documentation accuracy, security) in parallel, collect noteworthy findings, and synthesize them into a concise summary.
  • Task creation workflow: Use TaskCreate to produce organized tasks for each finding, including severity, file and line references, descriptions, and recommended fixes; exercise judgment on informational security notes to create tasks only when actionable.
  • Use Case: After a feature branch passes tests, run this Skill to ensure performance, security, coverage, and docs concerns are captured as tracked work items before merging.

Quick Start

Run the review-code skill on the pull request diff to identify applicable reviewer agents, synthesize noteworthy findings, and create TaskCreate tasks for each actionable issue.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I turn code review findings into tracked tasks?

Code review findings can be turned into tracked tasks by running specialized agents on PR diffs to synthesize issues and automatically generate organized tasks with file references and recommended fixes.

How do I automate security and test coverage checks on a pull request?

Automate security and test coverage checks by dispatching parallel reviewer agents to analyze changed files, filter inapplicable checks, and synthesize noteworthy findings into a concise summary.

Can I skip code review agents for documentation-only changes?

Yes, selective agent dispatch analyzes changed files and skips reviewers whose domain plainly doesn't apply, such as skipping performance or security reviews for documentation-only pull requests.

What is the best way to ensure PR review comments are not lost?

The best way to ensure PR review comments are not lost is to synthesize actionable findings into organized TaskCreate work items with severity, file, and line references before merging.

Does code review task creation work for informational security notes?

Yes, the task creation workflow exercises judgment on informational security notes, creating tracked tasks only when the identified issues are actionable and require a recommended fix.