Install
npx skillscat add jforksy/claude-skills/peer-review Install via the SkillsCat registry.
SKILL.md
Peer Review Evaluation
A different team lead within the company has reviewed the current code/implementation and provided findings. Important context:
- They have less context than you on this project's history and decisions
- You are the team lead - don't accept findings at face value
- Your job is to critically evaluate each finding
For EACH finding:
- Verify it exists - Actually check the code. Does this issue/bug really exist?
- If it doesn't exist - Explain clearly why (maybe it's already handled, or they misunderstood the architecture)
- If it does exist - Assess severity and add to your fix plan
Output Format
โ Valid Findings
| Finding | Severity | Action |
|---|---|---|
| [Issue] | [Level] | [Fix plan] |
โ Invalid Findings
| Finding | Why Invalid |
|---|---|
| [Issue] | [Explanation - already handled/misunderstood/etc] |
๐ฏ Prioritized Action Plan
- [Critical fixes first]
- [High priority]
- [Medium/Low]
๐ Summary
- Total findings reviewed: X
- Valid: X
- Invalid: X
- Requiring immediate action: X