Install
$ agentstack add skill-gomilesf-convergo-cvg-code-review-feedback ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Code Review Feedback
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. Workers must stop for plan gaps, contract gaps, and systemic design gaps.
If the task context provides no coordination channel (standalone use), the coordination channel is the user: stop and ask directly.
Process
1. Reload implementation authority
Read:
- accepted plan and "done when" criteria,
- behavior contract or linked design notes, if present,
- implementation notes,
- current diff and changed files,
- exact reviewer blocker findings.
2. Evaluate each blocker
For each finding, decide whether it is:
- Local code bug: accepted behavior is clear, and implementation is wrong in
a bounded place.
- Pattern bug: the same implementation mistake may appear across adjacent
surfaces covered by the accepted plan.
- Verification gap: implementation may be correct, but required proof from
the accepted plan is missing.
- Plan gap: the reviewer exposed a missing surface, invariant, slice, matrix
cell, or gate that the plan does not define.
- Contract gap: expected behavior is not defined well enough to patch safely.
- Systemic design gap: the architecture, ownership, state model, or protocol
assumptions are insufficient for a worker patch.
- Reviewer clarification needed: the finding cannot be mapped to concrete
evidence after re-reading the relevant context.
- Invalid or out of scope: the finding is stale, already fixed, contradicts
the accepted plan, or is outside the implementation scope.
3. Repair only worker-owned issues
For local code bugs, pattern bugs, and implementation-owned verification gaps:
- add or update the required regression test or verification gate first,
- repair the implementation,
- for pattern bugs, audit adjacent planned surfaces and report what was checked,
- update implementation notes when the feedback reveals a deviation, assumption,
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:
- stop and callback through the coordination channel,
- state the missing plan or contract decision,
- do not edit plans, contracts, surface matrices, acceptance criteria, or scope,
- do not continue implementation until the planner or coordination channel
resolves the gap.
For reviewer clarification:
- callback with the exact ambiguity and evidence checked.
For invalid or out-of-scope findings:
- keep code unchanged for that finding,
- explain why it does not apply.
Output
Before editing, write a compact intake summary:
Code review feedback intake:
1. Finding:
Decision:
Action:
Evidence:
After acting, report:
- findings repaired,
- tests or verification gates added or run,
- adjacent surfaces audited for pattern bugs,
- findings rejected or needing clarification,
- plan, contract, or systemic gaps that stopped implementation.
Rules
- Do not edit plans, behavior contracts, surface matrices, acceptance criteria, or
scope.
- Do not patch through missing behavior decisions.
- Do not continue implementation after identifying a plan, contract, or systemic
design gap.
- Do not silently drop invalid or out-of-scope findings.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: gomilesf
- Source: gomilesf/convergo
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.