review

Run the local review gate before pushing.

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.md

Skill 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-skills

Then reference at .claude/commands/review.md

Related Skills