invoke-review

Dispatch reviewers, collect findings, and orchestrate fix loops for post-build review cycles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates and enforces a structured review stage after builds complete, ensuring reviewers are dispatched, findings are presented and triaged, fixes are dispatched and merged, and the pipeline advances safely.

Core Features & Use Cases

  • Tiered and fallback review flows: supports configured critical → quality → polish tiers or a parallel fallback reviewer selection, with re-review gating and cycle limits.
  • Diff and state management: handles full and delta diffs, legacy inline-diff fallbacks, and preserves session ownership and reviewed SHAs for accurate prior-findings computation.
  • Triage-to-fix automation: partitions out-of-scope findings, logs deferred bugs, resolves fixup targets, dispatches fix tasks with worktrees, and coordinates merges with autosquash behavior.

Quick Start

Ask the invoke-review skill to run the review stage for pipeline_id <your_pipeline_id> and present reviewer options and a cost summary.

Frequently Asked Questions about invoke-review

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

FAQPage Schema
How do I automate post-build code review cycles and fix loops?

Automate post-build code review cycles by dispatching reviewers, collecting findings, and orchestrating fix loops. The pipeline dispatches reviewers, triages out-of-scope findings, logs deferred bugs, and coordinates merges with autosquash behavior.

What is tiered code review and how does fallback reviewer selection work?

Tiered code review applies configured critical, quality, and polish tiers, while fallback reviewer selection enables parallel reviewer dispatching. Re-review gating and cycle limits enforce review quality before pipeline advancement.

How do I manage git diffs for code review across legacy inline and per-session worktrees?

Manage git diffs for code review by supporting full and delta diffs, legacy inline-diff fallbacks, and per-session worktrees. The system preserves session ownership and reviewed SHAs for accurate prior-findings computation.

Can I integrate code review orchestration with existing pipeline tools for bug tracking?

Code review orchestration integrates with invoke_* orchestration tools to automate bug tracking and triage. It partitions out-of-scope findings, logs deferred bugs, resolves fixup targets, and dispatches fix tasks with worktrees.

Does cost-aware dispatching work with multi-provider code review scenarios?

Cost-aware dispatching supports multi-provider, tiered, and fallback review scenarios for completed build batches. It presents reviewer options and a cost summary before dispatching review tasks across providers.

When should I not use automated review orchestration for my code pipeline?

Automated review orchestration is not suited for pipelines lacking structured post-build stages or session ownership enforcement. It requires completed build batches and configured reviewer tiers to properly coordinate fix loops and merges.