review

Triage code review requests and run relevant verification checks on diffs.

41|15|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/foyzulkarim/skills --skill review-foyzulkarim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/foyzulkarim/skills/tree/main/dev-pipeline/skills/review
Command: npx skills add https://github.com/foyzulkarim/skills --skill review-foyzulkarim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill keeps code reviews focused by triaging early, verifying implementation scope, and running only the checks that expose real risks before inviting developers to address findings.

Core Features & Use Cases

  • Triage-first review: Confirm relevant checks through a brief conversation, so you avoid wasting tokens on irrelevant agents.
  • Dual entry modes: Validate against pipeline plans when available or analyze PR/branch/staged diffs while detecting stack and diff size warnings.
  • Parallel agent orchestration: Launch focused check agents with filtered diffs, severity guidance, and a combined report that makes remediation actionable.

Quick Start

Ask the review skill to triage the changes, confirm the relevant checks, and run them to deliver a final report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I triage code review requests to run only relevant verification checks?

Code review triage works by confirming relevant checks through a brief conversation, validating implementation scope, and running focused agents before presenting a unified verdict. This avoids wasting tokens on irrelevant checks by filtering verification targets early.

How does parallel agent orchestration work for PR and branch diff analysis?

Parallel agent orchestration launches focused check agents with filtered diffs and severity guidance, detecting stack and diff size warnings. It combines spec verification or diff analysis with detected tech stack context to deliver a combined actionable remediation report.

Can I use code review checks with both pipeline plans and staged diffs?

Code review checks support dual entry modes to validate against pipeline plans when available or analyze PR, branch, and staged diffs. This allows targeting pipeline implementations and general diffs while detecting stack and size warnings.

What's the best way to verify implementation scope before running code review agents?

Verify implementation scope through a triage-first review that confirms relevant checks through a brief conversation. This process validates the plan or diff context and environment before launching parallel check orchestration with severity guidance.

Do I need a pipeline plan to run triage-focused code reviews?

A pipeline plan is not required to run triage-focused code reviews. You can analyze PR, branch, or staged diffs directly, and the skill will detect the tech stack context and diff size warnings to select and run relevant verification checks.

Why does code review triage avoid running all available checks on large diffs?

Code review triage avoids running all checks to prevent wasting tokens on irrelevant agents. By filtering diffs and applying severity guidance early, it exposes real risks through a unified verdict rather than generating unmanageable noise on large changes.