review

Detect review targets, analyze code patterns, and spawn specialized reviewer agents.

13|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/davidabeyer/formaltask --skill review-davidabeyer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/davidabeyer/formaltask/tree/main/skills/review
Command: npx skills add https://github.com/davidabeyer/formaltask --skill review-davidabeyer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of code review by intelligently detecting the target of the review, analyzing code patterns, proposing relevant reviewers, and spawning them in parallel to ensure comprehensive and efficient feedback.

Core Features & Use Cases

  • Automated Target Detection: Identifies the code changes to be reviewed from various inputs like PR numbers or file paths.
  • Intelligent Reviewer Assignment: Maps code signals (e.g., SQL usage, security concerns) to specific reviewer agents.
  • Parallel Reviewer Spawning: Executes multiple reviewer agents concurrently for faster feedback cycles.
  • Synthesized Feedback: Consolidates and prioritizes review findings for clear actionability.

Quick Start

Use the review skill to analyze the current git diff for code quality and security issues.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews for my git diff?

Automated code review detects review targets from a git diff or PR number, analyzes code patterns, and spawns parallel reviewer agents to provide synthesized and prioritized feedback.

What is the best way to run a security audit on a pull request?

A security-focused code review maps security concerns to specialized reviewer agents, spawning them in parallel to audit the pull request and synthesize prioritized security feedback.

How does automated code review handle different review profiles?

Automated code review handles quick, thorough, and security-focused profiles by detecting review targets, analyzing code patterns, and spawning specialized reviewer agents to synthesize prioritized feedback.

Can I use automated code review for CI/CD pipelines?

Automated code review integrates into CI/CD pipelines by detecting code changes, spawning parallel reviewer agents, and synthesizing prioritized feedback to accelerate development cycles.

How do I identify code quality issues in specific file paths?

Code review identifies quality issues by detecting file paths as review targets, analyzing code patterns, and spawning specialized reviewer agents to synthesize and prioritize code quality feedback.