Agent Skills: Code Review Skill

Provides a structured workflow for planning and executing code reviews like a senior engineer. Use when asked to review code, PRs, or plan a code review task.

UncategorizedID: aiskillstore/marketplace/review-code

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aiskillstore/marketplace/tree/HEAD/skills/0xmsc/review-code

Skill Files

Browse the full folder contents for review-code.

Download Skill

Loading file tree…

skills/0xmsc/review-code/SKILL.md

Skill Metadata

Name
review-code
Description
Provides a structured workflow for planning and executing code reviews like a senior engineer. Use when asked to review code, PRs, or plan a code review task.

Code Review Skill

Workflow

  1. Understand: Read context (ticket, PR description) and identifiy scope.
  2. Execute: Use the checklist in references/checklist.md.
    • Core areas: Quality, Security, Performance, Maintainability.
  3. Tools: Run project-specific linting and testing commands (e.g., just lint, npm test, pytest); use static analysis if available.
  4. Document: Provide constructive feedback with rationale and suggestions.
  5. Follow Up: Track and verify fixes.

References

  • checklist.md: Detailed review criteria.