cvg-build-loop
Orchestrate a monitored implementation loop where a worker implements the plan and independent code review with focused rechecks gates completion. Use when the…
Handle code-review blocker findings returned to the worker session. Validate feedback, repair implementation-owned issues, or pause dependent work on plan and contract gaps.
$ npx -y skills add gomilesf/convergo --skill cvg-code-review-feedback --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cvg-code-review-feedbackContext preview
The summary Claude sees to decide when to auto-load this skill.
Handle code-review blocker findings returned to the worker session. Validate feedback, repair implementation-owned issues, or pause dependent work on plan and contract gaps.
name: cvg-code-review-feedback description: "Handle code-review blocker findings returned to the worker session. Validate feedback, repair implementation-owned issues, or pause dependent work on plan and contract gaps."
Use this skill in the worker session after a code reviewer returns blocker findings.
The input is the reviewer blocker findings appended to the prompt, plus the accepted plan, behavior contract if present, implementation notes, base/head refs, current diff, and relevant changed files.
Do not treat reviewer findings as a patch list. First decide whether each finding is an implementation-owned issue under the accepted plan and contract. Pause only work dependent on a material unresolved behavior or scope decision.
If the task context provides no coordination channel (standalone use), the current conversation is the channel. Ask only for a material unresolved decision; continue independent authorized work.
Read:
Recheck the original outcome, non-goals, authorized changes and current product constraints before treating plan text as a requirement. A contract gap blocks only when it prevents required behavior or critical verification. Use the orchestrator's evidence-based adjudications as input, retaining the original finding and explaining any disagreement or new evidence.
For materially added mechanisms, ask what required outcome or concrete constraint fails if they are removed. Consider deleting the cause or reusing existing behavior before prescribing more coordination, recovery, or guards. A counterfactual explanation is not an executed ablation experiment. Run an isolated removal experiment only when uncertainty could change the choice and it is within your role; preserve the baseline and verify affected behavior. Keep necessary privacy, integrity and failure protection even for rare schedules. Use existing finding fields to explain the consequence and smallest effective change; do not add a separate complexity report or demand a deletion quota.
For each finding, decide whether it is:
a bounded place.
surfaces covered by the accepted plan.
the accepted plan is missing.
cell, or gate that the plan does not define.
assumptions are insufficient for a worker patch.
evidence after re-reading the relevant context.
the accepted plan, or is outside the implementation scope.
For local code bugs, pattern bugs, and implementation-owned verification gaps:
or audited pattern the reviewer needs to know — written as standing decisions without review provenance (no round numbers, finding IDs, or fix-status claims): the next fresh reviewer must inherit the decision record, not this round's search map.
For plan gaps, contract gaps, and systemic design gaps:
ask the user for changed product semantics, broader authorization or new risk acceptance. Continue independent work within the existing goal.
For reviewer clarification:
For invalid or out-of-scope findings:
Before editing, write a compact intake summary:
Code review feedback intake: 1. Finding: <reviewer finding id or short quote> Decision: <local code bug / pattern bug / verification gap / plan gap / contract gap / systemic design gap / clarification needed / invalid or out of scope> Action: <repair / audit and repair / add verification / stop for planner / ask reviewer / no change> Evidence: <plan/code/test reference>
After acting, report:
scope.
independent authorized work; ordinary implementation choices are yours.
Plan → review → build loops for coding agents — that actually terminate. Agent-written code needs review, and agent review needs a loop: find issues, fix them, review again.
Repo: gomilesf/convergo
Orchestrate a monitored implementation loop where a worker implements the plan and independent code review with focused rechecks gates completion. Use when the…
Review implementation against the plan and contract. Distinguish code bugs from contract gaps. Bounded convergence.
Orchestrate the build loop with split engines - Codex CLI sessions implement and take every first-pass review round while a high-taste Claude design model…
Orchestrate the plan loop with split engines - a high-taste Claude design model drafts and revises the plan while Codex CLI sessions gate it as fresh plan…
Orchestrate real specialist sessions as one monitored multi-agent workflow. Use when the user asks to coordinate or supervise multiple agent sessions, planning…
Orchestrate a monitored planning loop where a planner drafts the plan and independent plan review with focused rechecks gates completion. Use when the user…