build-hook
**Interactive guide for creating custom hooks with Q&A workflow and automatic validation.**
Trigger the Commit & Branch Guard workflow on demand.
How it fires
How this command gets triggered: by you, by Claude, or both.
/ci-guardContext preview
What this command does when you run it.
Trigger the Commit & Branch Guard workflow on demand.
description: Trigger the Commit & Branch Guard workflow on demand. argument-hint: [ref]
Run `ci-commit-branch-guard.yml` manually to validate branch naming and Conventional Commit syntax.
/ci-guard [ref]
1. Ensure you are authenticated with GitHub CLI (`gh auth status`). 2. Determine the branch to validate (defaults to `git branch --show-current`). 3. Trigger the workflow:
gh workflow run ci-commit-branch-guard.yml --ref ${ref:-$(git branch --show-current)}4. Watch progress:
gh run watch --workflow "Commit & Branch Guard"
5. Resolve any failures (branch rename or commit amend) before continuing.
A comprehensive toolkit for generating production-ready Claude Skills and Claude Code Agents at scale.
Repo: alirezarezvani/claude-code-skill-factory
**Interactive guide for creating custom hooks with Q&A workflow and automatic validation.**
**Quick access to the factory-guide orchestrator for building custom Skills, Prompts, Agents, or Hooks.**
**Easy wrapper for running Codex CLI commands from Claude Code with proper syntax.**
**See what you've built, what's validated, what's installed, and what's next.**
Stage, commit, and push the current branch following git governance rules.