Agent skill · duc01226

workflow-review-changes-loop

[Workflow] Use when you need to run /workflow-review-changes repeatedly in an outer convergence loop until a complete whole-workflow run applies zero fixes — recursive re-review of a fixed scope (branch-diff + current changes) until a clean no-op pass.

What it needs

About 11k tokens when loaded.

What this skill does

<!-- PROMPT-ENHANCE:STEP-TASK-ANCHOR:START --> [BLOCKING] Execute skill steps in declared order. NEVER skip, reorder, or merge steps without explicit user approval. [BLOCKING] Before each step or sub-skill call, update task tracking: set inprogress when step starts, set completed when step ends. [BLOCKING] Every completed/skipped step MUST include brief evidence or explicit skip reason. [BLOCKING] If Task tools are unavailable, create and maintain an equivalent step-by-step plan tracker with the same status transitions. <!-- PROMPT-ENHANCE:STEP-TASK-ANCHOR:END --> Quick Summary Goal: Converge a review scope to a clean no-op pass by re-running the ENTIRE /workflow-review-changes workflow INLINE, round after round, over a fixed scope combined with the fixes accumulated so far — stopping when a complete round applies zero fixes. From round 3 the severity floor applies: LOW findings are no longer fixed, so a round that surfaces only LOW findings is a zero-fix round and ENDS the loop. Summary: Steps (in order): (0) resolve scope + Goal Contract → (0b) bind the convergence loop (protocol loop primary + optional /goal accelerator) → (1) round loop { run /workflow-review-changes INLINE → detect fixes-applied → log iteration } → (2) converge on a zero-fix round OR escalate on non-progress → (3) recap. Convergence: stop ONLY when a whole round applies zero fixes (its fix cycle skipped, working tree unchanged, reviews clean) — not merely one clean review. Inline invariant: run /workflow-review-changes via the Skill tool, NEVER the Agent tool — it self-binds its own review-loop obligation (owning the session Stop hook for its /goal gate WHEN available), which a sub-agent cannot own or carry back to this loop. Severity floor — from round 3, LOW stops blocking. Rounds 1-2 fix every validated severity. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills duc01226/workflow-review-changes-loop--233f6d

View the source on GitHub

Browse the @skills marketplace