requesting-code-review

Dispatch and manage code-review workflows until all issues are resolved.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cyarie/cyarie-claude-plugin --skill requesting-code-review-cyarie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/cyarie/cyarie-claude-plugin/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/cyarie/cyarie-claude-plugin --skill requesting-code-review-cyarie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are essential to catch defects, but coordinating review, fixes, and re-checks can be tedious and error-prone. This skill guides dispatching the code-reviewer after implementation, manages the fix → re-review loop, and ensures zero issues remain before merge.

Core Features & Use Cases

  • Orchestrates a code-review session after implementing a feature or fix.
  • Dispatches a code-reviewer, evaluates results, and assigns a bug-worker for fixes when issues are found.
  • Repeats the review cycle automatically until all issues are resolved across Critical, Important, and Minor categories.

Quick Start

Dispatch a code-review after finishing a task to begin the review loop and iterate until no issues remain.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I automate a code review and fix loop until all issues are resolved?

Automate a code review loop by dispatching a code-reviewer after implementation, assigning a bug-worker for fixes, and running automatic re-review cycles until zero issues remain across Critical, Important, and Minor categories.

What is the best way to coordinate code review cycles for a bug fix?

The best way to coordinate code review cycles for a bug fix is to dispatch a code-reviewer, evaluate the results, and automatically assign a bug-worker to resolve issues, repeating the loop until no issues remain.

What context do I need to provide to start an automated code review workflow?

To start an automated code review workflow, you need to provide clear changed-files context, the base HEAD commit, and the head commits so the code-reviewer and bug-worker can evaluate and fix the changes accurately.

How does a re-review workflow handle different severity levels of code review issues?

A re-review workflow handles different severity levels by evaluating issues across Critical, Important, and Minor categories, dispatching a bug-worker to fix them, and automatically repeating the review cycle until all categories show zero issues.

When should I run an automated code review loop in my software engineering workflow?

You should run an automated code review loop after completing a feature, bug fix, or refactor to coordinate the review, fixes, and re-checks, ensuring zero-issue code before merging.

Can I use this code review orchestration workflow without setting up dependencies?

Yes, you can use this code review orchestration workflow without setting up dependencies, as it operates independently to coordinate a code-reviewer and bug-worker loop using your provided changed-files context and commit references.