review-cycle

Automate pull request reviews by spawning specialist agents to analyze diffs.

7|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/himattm/skills --skill review-cycle-himattm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-cycle
Source: https://github.com/himattm/skills/tree/main/plugins/review/skills/review-cycle
Command: npx skills add https://github.com/himattm/skills --skill review-cycle-himattm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automated PR reviews that run iterative checks by spawning specialist agents to identify issues and drive fixes until the PR is clean.

Core Features & Use Cases

  • Parallel specialist reviews: spawn domain experts (security, performance, validation, etc.) to review diffs concurrently.
  • Merge, deduplicate, and triage findings to produce actionable fixes.
  • Iterative fixes and build verification: push changes and re-check until the safety cap is reached.

Quick Start

Provide a PR number to initiate the automated review cycle.

Frequently Asked Questions about review-cycle

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

FAQPage Schema
How do I automate pull request reviews with parallel agents?

Automated pull request reviews use parallel specialist agents to analyze diffs and propose actionable fixes. The system coordinates concurrent evaluations across domains like security and performance before merging findings.

What is the best way to run diff analysis and build verification on a PR?

Diff analysis and build verification run iteratively by spawning domain expert agents to review changes, execute optional fixes, push commits, and re-check until the PR is clean or a safety cap is reached.

How does parallel specialist review work for complex pull requests?

Parallel specialist review works by deciding which domains to evaluate, spawning concurrent agents for those domains, and merging or deduplicating their triaged findings into actionable fixes.

Can I use automated PR review for security and performance validation?

Automated PR review supports security and performance validation by spawning domain-specific specialist agents that analyze code diffs concurrently and propose targeted fixes for identified issues.

What do I need to start an automated review cycle for a pull request?

To start an automated review cycle, you need to provide a pull request number. The workflow then requires parallel specialist prompts, merge triage, optional fix execution, and build verification steps.

Are there limitations to iterative fix execution during automated PR reviews?

Iterative fix execution during automated PR reviews is limited by a safety cap, ensuring the cycle of pushing changes and re-checking builds terminates even if the PR is not entirely clean.