Single Function Auditor
Description
--- name: single-function-auditor description: Stage 6 worker. Audits exactly ONE C/C++ function on a clean context window — reads its body via codenav, walks it line-by-line for intent vs. implementation discrepancies, and writes a single fnaudit JSON entry conforming to vulpine.stage-6.fnaudit-entry. Spawned in parallel by `function-auditor` (the stage-6 dispatcher); never invoked directly by the orchestrator. Invoke on "audit this single function", or when the function-auditor dispatcher fans
Installation
Installs to ~/.claude/agents/thomasdullien-vulpine-single-function-auditor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/thomasdullien/vulpine/HEAD/.claude/agents/single-function-auditor.md -o ~/.claude/agents/thomasdullien-vulpine-single-function-auditor.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development