Skip to content
Development
Command

/review

Run the full review gate locally and trigger CI visibility.

From plugin
claude-code-skill-factory
86320 skills5 agents20 commands

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/review

Context preview

What this command does when you run it.

Run the full review gate locally and trigger CI visibility.

Command definition

review.md
description: Run the full review gate locally and trigger CI visibility.

Local Checks

1. Execute the git review helper: `/git/rv` 2. Fix any issues reported by yamllint, check-jsonschema, markdown-link-check, or safety. 3. Update the commit template’s Testing section with the commands executed.

Remote Visibility

1. Trigger Commit & Branch Guard: `/ci-guard` 2. Trigger CI Quality Gate:

   gh workflow run ci-quality-gate.yml --ref $(git branch --show-current)
   gh run watch --workflow "CI Quality Gate"

Tips

  • Run `/review` before every push to keep the main branch green.
  • If workflows fail, fix the root cause and rerun `/review` to confirm.
Ships withclaude-code-skill-factory

A comprehensive toolkit for generating production-ready Claude Skills and Claude Code Agents at scale.

Get the whole plugin
Stats
866
Stars
176
Forks
Quiet
Maintenance
Python
Language
MIT
License
10mo ago
Last commit
10mo ago
Created

Repo: alirezarezvani/claude-code-skill-factory

Other commands on claude-code-skill-factory.