Audit Instructions banner
benyoskovitz benyoskovitz

Audit Instructions

Security community

Description

--- description: Audit CLAUDE.md files, skills, and command files for vague, unenforceable, or drift-prone instructions. Run periodically to tighten guidance and prevent bugs caused by ambiguity. --- # Audit Instructions Audit all instruction files (CLAUDE.md, skills, commands) for quality. The goal is to find instructions that are easy to satisfy superficially while still producing bugs, and tighten them. ## Step 1: Gather all instruction files Read in full: global CLAUDE.md (`~/.claude/CLA

Installation

Installs to ~/.claude/skills/benyoskovitz-claude-code-workflow-audit-instructions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benyoskovitz-claude-code-workflow-audit-instructions && curl -fsSL https://raw.githubusercontent.com/benyoskovitz/claude-code-workflow/HEAD/commands/audit-instructions.md -o ~/.claude/skills/benyoskovitz-claude-code-workflow-audit-instructions/SKILL.md

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

Full documentation available on GitHub

View Source Repository