From neural
Execute all fixes from a REVIEW.md — address warnings, blocking issues, and gaps found during review
How this skill is triggered — by the user, by Claude, or both
Slash command
/neural:neural-address-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are executing the fixes identified in a REVIEW.md produced by review.
You are executing the fixes identified in a REVIEW.md produced by review.
.neural/wip/.$ARGUMENTS matching a feature name, use that one..neural/wip/<feature>/REVIEW.md. If it does not exist, stop and tell the user to run /neural:neural-review first..neural/wip/<feature>/CONTEXT.md, .neural/wip/<feature>/PLAN.md, and any ADRs under .neural/wip/<feature>/docs/adr/. Fixes must honor those decisions.Extract all issues from REVIEW.md:
Also extract:
⚠️ partial or ✗ missing from the Completion Score table.PARTIAL or FAIL.For each issue to address, create a concrete fix task:
Fix Plan:
1. [BLOCKING] <issue> → <what to do> in <file>
2. [WARNING] <issue> → <what to do> in <file>
3. [PARTIAL] Task N: <what's missing> → <what to do>
4. [FAIL] Truth "<truth>": <what failed at which level> → <what to do>
Show this plan to the user and wait for confirmation before executing.
Apply fixes one at a time, in the order listed:
Skill("simplify") on modified files. Skip silently on other runtimes.fix(<feature>): address review — <short description>If the same fix fails 3 times with materially different approaches, stop and report it unresolved — do not loop. Surface it to the user as a remaining blocking item.
After all fixes are applied:
Print a summary:
Address Review Complete:
Fixed: N blocking issues, M warnings
Remaining: K items (skipped by user)
Then ask: "Delete REVIEW.md? (y/n)" — if yes, delete it.
Finally suggest: "Fixes applied. Run /neural:neural-review again to verify, or /neural:neural-archive if you're confident."
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub juancruzrossi/neural --plugin neural