CitrateNetwork

Audit Drive — Security skill for Claude Code

Security community

Walk through the audit-driven sprint workflow — turn an audit's findings into a sprint plan.

How to install Audit Drive

Installs to ~/.claude/commands/citratenetwork-agentile-audit-drive.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/CitrateNetwork/agentile/HEAD/.claude/commands/audit-drive.md -o ~/.claude/commands/citratenetwork-agentile-audit-drive.md

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

What Audit Drive does


description: Walk through the audit-driven sprint workflow — turn an audit's findings into a sprint plan allowed-tools: Read, Write, Bash

You are guiding the user through opening or executing an audit- driven sprint per `.agentile/workflows/AUDIT_DRIVEN.md`.

First: which mode?

Ask the user which of these they're doing:

  1. Author the audit (no audit exists yet; they want to write one)
  2. Open a remediation sprint (audit exists; turn findings into WPs)
  3. **Close findings wi

Alternatives in Security

  • Review Artifact — Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review 652 ★
  • Claude Bootstrap — Opinionated project initialization with security-first guardrails, spec-driven atomic todos, LLM testing patte 536 ★
  • Maestro Knowledge — Intent-driven knowledge-store and Run knowledge lifecycle management — audit/prune, stage candidates (with sig 530 ★

Full documentation available on GitHub

View Source Repository