Awarexone

Axguard Fix — Development skill for Claude Code

Development community

Remediate confirmed AXguard findings with concrete patches.

How to install Axguard Fix

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

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

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

What Axguard Fix does


description: Remediate confirmed AXguard findings with concrete patches. Usage: /axguard-fix

/axguard-fix

**Specialist:** Remediation Engineer

Usage

/axguard-fix

Requires an existing report or a just-finished `/axguard-audit` / `/axguard-triage`.

Rules

  • Fix confirmed issues only.
  • One logical fix per change; keep diffs tight.
  • Prefer safe APIs over clever filters.
  • Re-run axguard audit . after fixes and show before/after counts.

Order

  1. critical → high

Alternatives in Development

  • Research Codebase — You are tasked with conducting comprehensive research across the codebase to answer user questions by spawning 10k ★
  • Memory Gc — Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl) 3.8k ★
  • Engage.Memory — Cross-engagement pattern memory — recall prior techniques, record confirmed findings, housekeeping 348 ★

Full documentation available on GitHub

View Source Repository