nx/skills/receiving-review/SKILL.md
Use when receiving any code review feedback, before implementing any suggestion - requires technical rigor and verification, not performative agreement or blind implementation
npx skillsauth add hellblazer/nexus receiving-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Code review requires technical evaluation, not emotional performance.
1. READ — complete feedback without reacting
2. UNDERSTAND — restate requirement in own words (or ask)
3. VERIFY — check claims against codebase reality
4. EVALUATE — technically sound for THIS codebase?
5. RESPOND — technical acknowledgment or reasoned pushback
6. IMPLEMENT — one item at a time, test each
Never say: "You're absolutely right!", "Great point!", "Thanks for catching that!" Instead: State the fix, or push back with technical reasoning. Actions > words.
If any item is unclear: STOP. Ask for clarification on ALL unclear items before implementing any.
If suggestion seems wrong: Push back with technical reasoning — reference working tests, existing code, or architectural decisions.
Before implementing, verify:
If can't verify: say so. "I can't verify this without [X]. Should I investigate?"
When reviewer suggests "implement properly": use /nx:serena-code-nav to find all callers before accepting. If unused: "This isn't called anywhere. Remove it (YAGNI)?"
For multi-item feedback:
✅ "Fixed. [Brief description of what changed]"
✅ "Good catch — [specific issue]. Fixed in [location]."
✅ [Just fix it and move on]
If you pushed back and were wrong:
✅ "You were right — I checked [X] and it does [Y]. Implementing now."
✅ "Verified and you're correct. My initial read was wrong because [reason]. Fixing."
State the correction factually. No apology, no over-explaining.
Reply in the comment thread (gh api repos/{owner}/{repo}/pulls/{pr}/comments/{id}/replies), not as a top-level PR comment.
development
Use when critiquing / auditing / reviewing a change set against decision history — tries the review plan library first (catalog lookup → decision-evolution traversal → extract → compare), falls through to /nx:query if nothing matches
documentation
Use when doing design / architecture / planning work that walks from prose (RDRs, docs, knowledge) into the modules implementing a concept
development
Use when surveying the plan library's runtime metrics to propose plans for promotion to a higher scope — advisory-only; dispatches the plan-promote-propose meta-seed (no lifecycle ops — those ship in RDR-079)
business
Use when inspecting plan runtime metrics or enumerating dimension-registry usage — dispatches plan_match with dimensions={verb:plan-inspect}; strategy:default reports per-plan metrics, strategy:dimensions reports registry usage counts