Audit Changes banner
WingedGuardian WingedGuardian

Audit Changes

Security community

Description

Review all changes in the current working tree (staged and unstaged). For EACH modified file: 1. What was the original request that motivated this change? 2. Does the change match the request EXACTLY, or does it include extras? 3. What assumptions did you make that were not explicitly stated? 4. What edge cases exist that are not handled? 5. Does the code match the patterns in CLAUDE.md and the architecture docs? Then holistically: 6. Are there files that SHOULD have been changed but were not?

Installation

Installs to ~/.claude/commands/wingedguardian-genesis-agi-audit-changes.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/WingedGuardian/GENesis-AGI/HEAD/.claude/commands/audit-changes.md -o ~/.claude/commands/wingedguardian-genesis-agi-audit-changes.md

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

Full documentation available on GitHub

View Source Repository