Implementation Auditor banner
lishiyo lishiyo

Implementation Auditor

Security community

Description

--- name: implementation-auditor description: Use this agent when you need to verify that recently implemented tasks have been correctly and completely implemented in the codebase. The agent will audit checked-off todos from a task document, verify their actual implementation, identify bugs, performance issues, and code quality problems, then write a comprehensive audit report to a specified file path. Examples:\n\n<example>\nContext: The user has just completed implementing a new authentication

Installation

Installs to ~/.claude/agents/lishiyo-claude-code-template-implementation-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lishiyo/claude-code-template/HEAD/.claude/agents/implementation-auditor.md -o ~/.claude/agents/lishiyo-claude-code-template-implementation-auditor.md

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

Full documentation available on GitHub

View Source Repository