Ci Guard banner
Apupsis Apupsis

Ci Guard

Git community

Description

--- description: Trigger the Commit & Branch Guard workflow on demand. argument-hint: [ref] --- ## Purpose Run `ci-commit-branch-guard.yml` manually to validate branch naming and Conventional Commit syntax. ## Usage ``` /ci-guard [ref] ``` - `ref` (optional): Branch or SHA to validate. Defaults to current branch. ## Steps 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:

Installation

Installs to ~/.claude/commands/apupsis-claude-code-skill-factory-ci-guard.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Apupsis/claude-code-skill-factory/HEAD/.claude/commands/ci-guard.md -o ~/.claude/commands/apupsis-claude-code-skill-factory-ci-guard.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository