run-review

Execute pending code review tasks via delegated subagents with validation and test runs.

3|1|Updated Feb 4, 2022
One-click install
npx skills add https://github.com/4IRL/urls4irl --skill run-review-4irl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-review
Source: https://github.com/4IRL/urls4irl/tree/main/.claude/skills/run-review
Command: npx skills add https://github.com/4IRL/urls4irl --skill run-review-4irl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of executing and managing review items by autonomously coordinating subagents to handle individual tasks, reducing manual oversight.

Core Features & Use Cases

  • Review Automation: Reads review files, identifies pending items, and executes each through delegated subagents.
  • Workflow Orchestration: Handles validation, testing, fixing, and committing changes automatically or with minimal user input.
  • Use Case: When a team needs to process large review queues efficiently, this Skill manages the sequence, ensures tests pass, and logs all activities, enabling faster review cycles.

Quick Start

Invoke the run-review skill with the review name or let it auto-detect from your current branch to start processing pending review items immediately.

Frequently Asked Questions about run-review

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

FAQPage Schema
How do I automate pending code review tasks?

Automate code review tasks by reading review files, identifying pending items, and executing each through delegated subagents. This orchestrates validation, fixing, and testing procedures to process large review queues efficiently with minimal manual oversight.

What is workflow orchestration for code review items?

Workflow orchestration for code review items coordinates subagents to handle individual tasks sequentially. It autonomously manages validation, testing, fixing, and committing changes, ensuring tests pass and logging all activities for consistent results across development teams.

Does automated review orchestration require manual input for committing changes?

Automated review orchestration handles committing changes automatically or with minimal user input. It coordinates subagents executing code changes, validations, and test runs to ensure high-quality results while reducing manual oversight during the review cycle.

What's the best way to process large code review queues efficiently?

The best way to process large review queues efficiently is using an orchestration Skill that manages the sequence of pending items. It delegates tasks to subagents, ensures tests pass, and logs activities, enabling faster review cycles across teams.

Why does automated code review fail when tests do not pass?

Automated code review requires tests to pass before committing changes. The orchestration workflow includes multi-step validation and fixing procedures precisely to ensure tests pass, guaranteeing high-quality and consistent results across all processed review items.