Skip to content
Development
Command

/ci-guard

Trigger the Commit & Branch Guard workflow on demand.

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/ci-guard

Context preview

What this command does when you run it.

Trigger the Commit & Branch Guard workflow on demand.

Command definition

ci-guard.md
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:

   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.

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.