Use when requesting code review after completing tasks, or when receiving and responding to code review feedback
Requests code reviews and handles feedback with technical rigor and reasoned pushback.
/plugin marketplace add astrosteveo/harness/plugin install harness@astrosteveo-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
code-reviewer.mdCode review has two phases: requesting review and handling feedback.
Core principle: Review early, review often. Verify before implementing. Technical correctness over social comfort.
Mandatory:
Optional but valuable:
BASE_SHA=$(git rev-parse HEAD~1) # or origin/main
HEAD_SHA=$(git rev-parse HEAD)
Dispatch code-reviewer subagent using template at ./code-reviewer.md
Provide:
Act on feedback:
Never say:
Instead:
If ANY item is unclear: STOP. Ask for clarification on ALL unclear items before implementing anything.
Items may be related - partial understanding = wrong implementation.
Push back when:
How: Technical reasoning, not defensiveness. Reference working tests/code.
For multi-item feedback:
✅ "Fixed. [Brief description]"
✅ "Good catch - [issue]. Fixed in [location]."
✅ [Just fix it and show in the code]
❌ Any gratitude expression
❌ "You're absolutely right!"
When requesting:
When receiving:
Used by:
GitHub threads: Reply in comment thread (gh api repos/{owner}/{repo}/pulls/{pr}/comments/{id}/replies), not top-level PR comment.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.