Agent skill
code-review-evaluation
Evaluate code review quality and provide feedback on review effectiveness and thoroughness
Install this agent skill to your Project
npx add-skill https://github.com/ljchg12-hue/dotfiles/tree/main/skills/code-review-evaluation
SKILL.md
Code Review Evaluation Skill
Assess code review quality and improve review processes.
When to Use
- Review process improvement
- Team training
- Quality assurance
- Metrics collection
Evaluation Criteria
- Coverage: All changes reviewed?
- Depth: Surface-level or thorough?
- Timeliness: How long to review?
- Constructiveness: Helpful feedback?
- Consistency: Standards applied?
Review Checklist
- Code meets requirements
- No bugs or logic errors
- Follows coding standards
- Tests included and passing
- Documentation updated
- No security vulnerabilities
- Performance considerations
- Error handling adequate
Metrics
- Review turnaround time
- Comments per review
- Approval rate
- Defects found
- Review participation
Best Practices
- Review small changes frequently
- Provide specific, actionable feedback
- Balance criticism with praise
- Focus on code, not person
- Use checklists
- Automate what you can
Resources
- Google Code Review Guidelines: https://google.github.io/eng-practices/review/
- Conventional Comments: https://conventionalcomments.org/
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
random-selection
Randomly select items from lists using various algorithms for fair and unbiased selection
threat-hunting
Proactive threat detection using Sigma rules, IOCs, and behavioral analytics
auth-implementation-patterns
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
debugging-strategies
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
sql-optimization-patterns
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
Didn't find tool you were looking for?