Code Review

Perform thorough code reviews with best practices

PederHP a6167e1 2 files · 1.3 KB Updated

File contents

Code Review Skill

Review code changes for correctness, security, performance, and maintainability.

Process

  1. Read the diff or file(s) provided
  2. Check against the review checklist
  3. Report findings grouped by severity (critical, warning, suggestion)

Output Format

For each finding:

  • File and line (if applicable)
  • Severity: critical | warning | suggestion
  • Description: what the issue is and why it matters
  • Fix: concrete suggestion for how to resolve it

PederHP/skillsdotnet/tree/main/samples/SkillServer/skills/code-review commit a6167e160f

Frequently asked questions

npx skillmds@latest add pederhp/code-review-2