Sub-skill of code-reviewer: Best Practices.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill best-practices --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Best Practices?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-best-practices-c17122b9)More formats (shields.io, HTML) on the badges page.
---
name: code-reviewer-best-practices
description: 'Sub-skill of code-reviewer: Best Practices.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Best Practices
## Best Practices
### Do
1. Review in small batches (200-400 lines ideal)
2. Focus on logic, not style (use linters)
3. Ask questions rather than demand changes
4. Acknowledge good code
5. Provide specific, actionable feedback
6. Test the changes locally when possible
### Don't
1. Nitpick style issues
2. Rewrite author's code in comments
3. Leave vague feedback ("this is wrong")
4. Review when fatigued
5. Approve without understanding
6. Block for preferences, not issues
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!