What to Put in a Claude Code Skill for Reviewing Your Team's Code
1–10 of 14 posts
Re: What to Put in a Claude Code Skill for Reviewing Your Team's Code
#2Re: What to Put in a Claude Code Skill for Reviewing Your Team's Code
#3Re: What to Put in a Claude Code Skill for Reviewing Your Team's Code
#4I definitely see a lot of these anti-patterns in the code that CC writes. Many of these can be caught at the time the code is written without needing to wait for a PR review. To me, it seems like most of these instructions belong in CLAUDE.md instead of or in addition to a specialized review skill. Are there things in the review skill that don't belong in CLAUDE.md?
Re: What to Put in a Claude Code Skill for Reviewing Your Team's Code
#5Aren't vibe PRs way more likely to get abandoned? Sure they reduce reviewer load, but then everyone feels less urgency to do a human review after. Do you think the skill is making that better or worse?
Re: What to Put in a Claude Code Skill for Reviewing Your Team's Code
#6Shouldn't you prompt the review to just be a one-line review then? I see real danger in having humans review "the easy fixes" manually, but then rely on Claude for the complicated stuff.
I'd be curious to learn whether you have similar prompts and skills for producing code, as opposed to just code review.
Re: What to Put in a Claude Code Skill for Reviewing Your Team's Code
#7> Auto-review on routine PRs produced too much noise. A one-line config change doesn't need a 12-point review Shouldn't you prompt the review to just be a one-line review then? I see real danger in having humans review "the easy fixes" manually, but then rely on Claude for the complicated stuff. I'd be curious to learn whether you have similar prompts and skills for producing code, as opposed to just code review.
Re: What to Put in a Claude Code Skill for Reviewing Your Team's Code
#8Re: What to Put in a Claude Code Skill for Reviewing Your Team's Code
#9Any advice? Have you seen this with code in production?
Re: What to Put in a Claude Code Skill for Reviewing Your Team's Code
#10What's the point of having the testing be done by Claude Code via a skill, rather than just hard-coding the set of tests to be run?