Review a pull request
Uses code-review-skill
- The pull request or its code changes
Use code-review-skill to review this PR

This skill provides comprehensive guidance for reviewing code across a wide array of ecosystems, including React 19, Rust, TypeScript, and Go. It helps technical leads and full-stack engineers move beyond simple gatekeeping by applying structured analysis to architecture, performance, and security.
By focusing on code quality anti-patterns and common bugs, the skill assists in establishing team standards and mentoring developers through constructive feedback during the review process.
Follow the documented setup, then try a first task.
Installs: Installs the repository-root code-review-skill through the skills CLI. · Cursor, Claude Code, Codex, OpenCode, other agents
Run this command in a terminal. The CLI locates SKILL.md at the repository root; do not nest the installed skill under a skills/ directory.
npx skills add awesome-skills/code-review-skill
Installs: Clones the complete code-review-skill repository into the Claude Code skills directory. · Claude Code
Platform: macOS / Linux
Run this command in a terminal.
git clone https://github.com/awesome-skills/code-review-skill.git \ ~/.claude/skills/code-review-skill
Installs: Clones the complete code-review-skill repository into the Claude Code skills directory. · Claude Code
Platform: Windows (PowerShell)
Run this command in a PowerShell terminal.
git clone https://github.com/awesome-skills/code-review-skill.git ` "$env:USERPROFILE\.claude\skills\code-review-skill"
Installs: Copies the complete code-review-skill repository into an existing plugin as its code-review skill. · Claude Code
Run from: The directory containing the local code-review-skill folder
In a terminal, run this from the directory containing code-review-skill. Replace the your-plugin placeholder in the destination path with the name of the existing plugin.
cp -r code-review-skill ~/.claude/plugins/your-plugin/skills/code-review/
Uses code-review-skill
Use code-review-skill to review this PR