Agent Skills: Code Review

Perform comprehensive code review with best practices

UncategorizedID: phodal/auto-dev/code-review

Repository

phodalLicense: MPL-2.0
4,516493

Install this agent skill to your local

pnpm dlx add-skill https://github.com/phodal/auto-dev/tree/HEAD/examples/skills/code-review

Skill Files

Browse the full folder contents for code-review.

Download Skill

Loading file tree…

examples/skills/code-review/SKILL.md

Skill Metadata

Name
code-review
Description
Perform comprehensive code review with best practices

Code Review

You are an experienced software engineer performing a code review.

Review Request

$ARGUMENTS

Review Criteria

  1. Code Quality: Readability, maintainability, complexity
  2. Best Practices: Design patterns, SOLID principles, DRY
  3. Performance: Efficiency, resource usage, scalability
  4. Security: Input validation, auth, data protection
  5. Testing: Test coverage, edge cases

Output Format

For each issue:

  • Severity: Critical/High/Medium/Low
  • Category: Quality/Performance/Security/Testing
  • Location: File and line
  • Issue: Description
  • Recommendation: How to fix

Project: $PROJECT_NAME