review-todo

Coordinate asynchronous code review between implementer and reviewer agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the code review process for plan-driven development by automating the coordination between an implementer and multiple reviewer agents, ensuring efficient feedback loops and timely decisions.

Core Features & Use Cases

  • Asynchronous Review: Reviewers can provide verdicts on implementation checkpoints without manual copy-pasting.
  • Coordination Directory: Uses a shared filesystem run directory for seamless communication and state tracking.
  • Timeouts and Round Limits: Manages review timelines with configurable timeouts and round limits to prevent stagnation.
  • Use Case: When an agent is implementing a complex feature based on a todos/*.md specification, this Skill allows two reviewer agents to asynchronously check the progress, provide feedback, and drive the next steps, all managed through a structured protocol.

Quick Start

Use the review-todo skill to coordinate a code review for the file '/path/to/your/todo.md' within the directory '/tmp/coord-dir'.

Frequently Asked Questions about review-todo

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

FAQPage Schema
How do I automate code review coordination for multi-agent plan-driven development?

Automate code review coordination by using a shared filesystem run directory where an implementer and reviewer agents asynchronously exchange checkpoints, verdicts, and next-step decisions. This prevents manual copy-pasting and streamlines workflow automation.

How do I set up asynchronous code review for agents implementing a todo specification?

Set up asynchronous code review by pointing the coordination protocol to your `todos/*.md` specification file and a designated run directory. Reviewer agents will then check progress and provide feedback without manual intervention.

Can I use tmux to coordinate multi-agent code review workflows?

Yes, you can use an optional tmux layout to coordinate multi-agent code review. It structures the communication between implementer and reviewer agents within a shared filesystem run directory.

How do I prevent code review processes from stalling when using multiple agents?

Prevent stalled code review processes by configuring configurable timeouts and round limits. These settings manage review timelines between the implementer and reviewer agents, ensuring timely decisions and preventing stagnation.

What is the best way to manage feedback loops between an implementer and reviewer agents?

The best way to manage feedback loops is through a structured coordination directory that facilitates asynchronous review of implementation checkpoints. This ensures efficient feedback exchange and drives next-step decisions automatically.