Agent Skills: Code Review Skill

Performs code review with best practices

UncategorizedID: Anthony-Bible/code-agent-demo/code-review

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Anthony-Bible/code-agent-demo/tree/HEAD/skills/code-review

Skill Files

Browse the full folder contents for code-review.

Download Skill

Loading file tree…

skills/code-review/SKILL.md

Skill Metadata

Name
code-review
Description
Performs code review with best practices

Code Review Skill

When reviewing code, check for:

Core Principles

  • Error handling
  • Code consistency
  • Performance issues

Review Guidelines

Examine code for:

  1. Proper error handling and propagation
  2. Consistent naming conventions
  3. Clear and concise logic
  4. Appropriate use of existing patterns
  5. Security considerations
  6. Test coverage

Provide constructive feedback with specific examples and suggestions for improvement.