story-review-loop

Coordinate six specialized agents to review, fix, and summarize PR diffs across multiple rounds.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/gcko/pendulum-of-despair --skill story-review-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-review-loop
Source: https://github.com/gcko/pendulum-of-despair/tree/main/.claude/skills/story-review-loop
Command: npx skills add https://github.com/gcko/pendulum-of-despair --skill story-review-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the tedious, multi-round code-review process for Story PRs by coordinating a team of six specialized review agents to identify, fix, and summarize changes across iterations.

Core Features & Use Cases

  • Orchestrates six parallel agents to review PR changes, each focusing on a distinct quality aspect (propagation, narrative coherence, technical validation, script continuity, devil's advocate checks, and canonical verification).
  • Automatically fixes identified BLOCKERs and ISSUES across the diff, commits locally after each round, propagates fixes across all changed files to ensure consistency, and pushes a final summary at the end.
  • Pushes once after all rounds, and posts a summary to the PR, enabling GO/NO-GO decision-making.

Quick Start

Invoke with a PR number or URL and an iteration count to run the automated multi-agent review loop.

Frequently Asked Questions about story-review-loop

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

FAQPage Schema
How do I automate multi-agent code review for pull requests?

Automated multi-agent code review for pull requests coordinates six specialized agents to review diffs, fix identified blockers, and summarize changes across configurable iterations. The workflow commits fixes locally after each round and pushes a final summary to the PR upon completion.

What is a multi-round story review loop for git workflows?

A multi-round story review loop is an automated git workflow process where six specialized agents iteratively review PR diffs for narrative coherence, technical validation, and script continuity. It runs for a configurable number of rounds, automatically fixing blockers and propagating changes across files before posting a GO/NO-GO summary.

How do I run automated code review agents on a PR diff?

Run automated code review agents on a PR diff by invoking the workflow with a PR number or URL and an iteration count. Six parallel agents focus on distinct quality aspects like propagation, devil's advocate checks, and canonical verification, pushing a final summary after all rounds complete.

Do I need a specific PR number or URL to start the story-review-loop?

Yes, you need a specific PR number or URL and an iteration count to start the story-review-loop. The workflow uses these inputs to fetch PR diffs, coordinate the six review agents across the specified rounds, and push the final summary to the correct pull request.

Can I configure the number of review rounds for my PR workflow?

Yes, you can configure the number of review rounds for your PR workflow by providing an iteration count when invoking the automation. The agents will review, fix, and commit changes locally across the diff for the specified number of rounds before pushing once at the end.

What are the limitations of automated multi-agent code review?

Limitations of automated multi-agent code review include its reliance on orchestrator triggers to initiate rounds and its dependency on a canonical story-review skill for passes. It is specifically designed for story PRs, meaning it may not suit general code reviews outside of narrative or script continuity contexts.