Agent Skills: Code Reviewer Skill

Reviews code for style, bugs, and best practices. Use when asked to review or analyze code quality.

UncategorizedID: LA3D/skillhelper/code-reviewer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/LA3D/skillhelper/tree/HEAD/skills/code-reviewer

Skill Files

Browse the full folder contents for code-reviewer.

Download Skill

Loading file tree…

skills/code-reviewer/SKILL.md

Skill Metadata

Name
code-reviewer
Description
Reviews code for style, bugs, and best practices. Use when asked to review or analyze code quality.

Code Reviewer Skill

This skill helps review code for common issues:

  1. Check for style violations
  2. Identify potential bugs
  3. Suggest improvements
  4. Verify best practices

Usage

When activated, analyze the provided code and give constructive feedback on:

  • Code structure and organization
  • Potential bugs or edge cases
  • Performance considerations
  • Readability and maintainability

See references for detailed checklists.