Flywheel Audit banner
burningportra burningportra

Flywheel Audit

Security community

Description

--- description: Audit the codebase for bugs, security issues, test gaps, and dead code. argument-hint: "[full|quick]" --- Run a codebase audit. $ARGUMENTS Audit mode: "full" (4 parallel agents) or "quick" (2 agents). Default: full. **Setup:** 1. Bootstrap Agent Mail: call `macro_start_session(human_key: cwd, program: "claude-code", model: your-model, task_description: "Codebase audit")` 2. Create a team: `TeamCreate(team_name: "audit")` **Full audit** — spawn 4 agents in parallel, each with

Installation

Installs to ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-audit && curl -fsSL https://raw.githubusercontent.com/burningportra/agent-flywheel-plugin/HEAD/commands/flywheel-audit.md -o ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-audit/SKILL.md

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

Full documentation available on GitHub

View Source Repository