بنقرة واحدة
code-review
// Thorough code review covering bugs, security, performance, and maintainability. Use when reviewing code, checking for bugs, auditing quality, or getting feedback on implementations.
// Thorough code review covering bugs, security, performance, and maintainability. Use when reviewing code, checking for bugs, auditing quality, or getting feedback on implementations.
| name | code-review |
| description | Thorough code review covering bugs, security, performance, and maintainability. Use when reviewing code, checking for bugs, auditing quality, or getting feedback on implementations. |
Review the provided code or recent changes with a focus on correctness, maintainability, and best practices.
git diff to find recent changesUse the Read tool to examine the full file(s). Understand the context — what does this code do? What's its role in the project?
Check for these categories of issues:
Bugs & Correctness
Security
Performance
Maintainability
Present findings organized by severity:
For each finding: state the issue, explain WHY it's a problem, and show the fix. Skip categories with no findings.
If the code is clean, say so — don't invent issues.
Create new skills, modify and improve existing skills. Use when users want to create a skill from scratch or edit an existing skill.
Scaffold a complete, runnable project from scratch with proper structure and best practices. Use when building new apps, games, tools, scripts, or any project from zero.
Generate README, API docs, or user guides for code and projects. Use when writing documentation, creating a README, documenting an API, or explaining how code works for others.
Design principles and component patterns for building polished web UIs, games, and interactive HTML/CSS/JS projects. Use when creating websites, web apps, browser games, or any frontend project.