coding-loop-reviewer

Validate code changes against approved planning artifacts using temporary git worktrees.

6|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/luispabon/ai-bits-and-pieces --skill coding-loop-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-loop-reviewer
Source: https://github.com/luispabon/ai-bits-and-pieces/tree/main/skills/coding_loop/reviewer
Command: npx skills add https://github.com/luispabon/ai-bits-and-pieces --skill coding-loop-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the gap between code execution and finalization by ensuring that implemented changes strictly adhere to the approved project plan, preventing regressions and identifying bugs before they reach the final stage.

Core Features & Use Cases

  • Plan-Adherence Validation: Compares the repository state against the overview, plan, and execution logs to ensure the implementation matches the original intent.
  • Isolated Review-Fix Loop: Orchestrates a safe, sequential review-fix process using temporary branches and worktrees to resolve blocking issues without polluting the main feature branch.
  • Use Case: After an executor completes a complex feature, use this skill to verify the implementation against the plan, identify missing edge-case handling, and automatically spawn a sub-agent to apply necessary fixes.

Quick Start

Run the coding-loop-reviewer skill by providing the path to your current feature planning folder to initiate the validation process.

Frequently Asked Questions about coding-loop-reviewer

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

FAQPage Schema
How does automated plan-aligned code review work?

Plan-aligned code review validates software implementation against approved planning artifacts and repository state to ensure technical correctness and plan adherence. It operates within a structured review-fix loop using temporary git worktrees and sub-agent orchestration for isolated bug resolution.

How do I validate code changes against my project plan?

To validate code changes against your project plan, provide the path to your current feature planning folder. The skill compares the repository state against the overview, plan, and execution logs to ensure the implementation matches the original intent before finalization.

Can I use git worktrees to isolate bug fixes during code review?

Yes, you can use git worktrees to isolate bug fixes during code review. The skill orchestrates a safe, sequential review-fix process using temporary branches and worktrees to resolve blocking issues without polluting the main feature branch.

What is the best way to automate fixing blocking issues found during code review?

Automating fixes for blocking issues found during code review is best handled by spawning a sub-agent within an isolated review-fix loop. This ensures necessary fixes are applied sequentially in temporary worktrees without risking regressions on the main feature branch.

Do I need planning files to start an automated code review?

Yes, planning files are required to start an automated code review. The skill performs strict input validation of planning files and execution logs to sequentially verify code changes and ensure implementation matches the original project intent.

Why should I use a review-fix loop before finalizing software implementation?

You should use a review-fix loop before finalizing software implementation to address the gap between code execution and finalization. It prevents regressions and identifies missing edge-case handling by ensuring changes strictly adhere to the approved project plan.