Content Preview
--- description: Run the local review gate before pushing. --- Perform a complete review pass: 1. Save work in progress and ensure the working tree is clean except for intentional changes. 2. Install tooling (only first run): ```bash pip install --upgrade pip pip install yamllint==1.35.1 check-jsonschema==0.28.4 safety==3.2.4 npm install --global [email protected] ``` 3. Lint GitHub workflows: ```bash yamllint -d '{extends: default, rules: {line-length: {max: 160}
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/review.md \
https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/.claude/commands/review.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/alirezarezvani/claude-skillsThen reference at .claude/commands/review.md
Related Skills
Requesting Code Review
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
requesting-code-reviewrequesting code review
by Jesse Vincent (community) · obra-superpowers-skills
Code Review Reception
Receive and act on code review feedback with technical rigor, not performative agreement or blind implementation
receiving-code-reviewcode review reception
by Jesse Vincent (community) · obra-superpowers-skills
Performing Security Code Review
This skill enables Claude to conduct a security-focused code review using the security-agent plugin. It analyzes code for potential vulnerabilities like SQL injection, XSS, authentication flaws, and insecure dependencies. Claude uses this skill when the user explicitly requests a security audit, ask
skill-adapterperforming security code review
by jeremylongshore · plugins-plus-skills
code-review
Comprehensive Code Quality Review
commandscodereview
by qdhenry · claude-command-suite