Agent Skills: Code Review Evaluation Skill

Evaluate code review quality and provide feedback on review effectiveness and thoroughness

UncategorizedID: ljchg12-hue/dotfiles/code-review-evaluation

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ljchg12-hue/dotfiles/tree/HEAD/skills/code-review-evaluation

Skill Files

Browse the full folder contents for code-review-evaluation.

Download Skill

Loading file tree…

skills/code-review-evaluation/SKILL.md

Skill Metadata

Name
code-review-evaluation
Description
Evaluate code review quality and provide feedback on review effectiveness and thoroughness

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

  1. Coverage: All changes reviewed?
  2. Depth: Surface-level or thorough?
  3. Timeliness: How long to review?
  4. Constructiveness: Helpful feedback?
  5. 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/