Awarexone

Axguard CI — Development skill for Claude Code

Development community

Wire AXguard into CI — fail on high/critical.

How to install Axguard CI

Installs to ~/.claude/skills/awarexone-axguard-axguard-ci/SKILL.md

Terminal
mkdir -p ~/.claude/skills/awarexone-axguard-axguard-ci && curl -fsSL https://raw.githubusercontent.com/Awarexone/AXguard/HEAD/commands/axguard-ci.md -o ~/.claude/skills/awarexone-axguard-axguard-ci/SKILL.md

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

What Axguard CI does


description: Wire AXguard into CI — fail on high/critical. Usage: /axguard-ci

/axguard-ci

**Specialist:** Release Gate

Usage

/axguard-ci

Steps

  1. Detect CI system (GitHub Actions preferred).
  2. Add a job that installs AXguard and runs:
pip install -e .
axguard audit . --fail-on high --out-dir .findings/axguard
  1. Upload .findings/axguard/axguard-report.html as an artifact when possible.
  2. Document the gate in README or contributing docs if present.

Alternatives in Development

  • 10 Context And Prompts — Prompt 10: Wire Up System Prompt, Context Gathering & Memory System 2.3k ★
  • Verify Theme — Run the full Graphite quality gate (drift, tokens, contrast, YAML) and report pass/fail 452 ★
  • Add Music — Generate background music and add it to your Remotion project 113 ★

Full documentation available on GitHub

View Source Repository