ir

Orchestrate a two-phase Implement to Review workflow for small tasks.

8|Updated Nov 4, 2016
One-click install
npx skills add https://github.com/coil398/dotfiles --skill ir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ir
Source: https://github.com/coil398/dotfiles/tree/main/.claude/skills/ir
Command: npx skills add https://github.com/coil398/dotfiles --skill ir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a lightweight two-phase workflow from Implement to Review for small, well-defined tasks that require no upfront planning, such as bug fixes, minor feature tweaks, configuration changes, or simple file edits.

Core Features & Use Cases

  • Automated orchestration of an implementer and a reviewer using Claude Code.
  • Plan-free execution enables rapid turnaround on small tasks with immediate feedback.
  • Generates structured outputs in a RUN_DIR with implementation-{IMPL_INDEX}.md and review-{INDEX}-{ROLE}.md for traceability.

Quick Start

Describe a small task and instruct IR to automatically perform implementation followed by review for rapid turnaround.

Frequently Asked Questions about ir

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

FAQPage Schema
How do I automate a code review after implementing a small bug fix?

You can automate a code review after a bug fix by orchestrating a two-phase Implement → Review workflow that launches implementer and reviewer agents to handle execution and feedback automatically.

What is the best way to handle small configuration changes without upfront planning?

For small configuration changes, a plan-free two-phase workflow executes implementation directly and immediately follows with an automated review, enabling rapid turnaround on simple file edits.

How does the implement review agent workflow generate traceability outputs?

The implement review agent workflow generates traceability by writing structured markdown files, specifically implementation and review documents, into a designated run directory for each execution cycle.

Can I use automated agents for minor feature tweaks that need quick turnaround?

Yes, automated agents are designed for minor feature tweaks where planning is unnecessary, using an orchestrator to launch implementation followed immediately by review for quick turnaround.

When should I avoid using a lightweight implement review workflow?

You should avoid a lightweight implement review workflow for complex tasks requiring upfront planning, as it is specifically designed for small, well-defined tasks like bug fixes and minor configuration changes.