Claude_slash_commands selfaudit

Pause and do a first-principles audit of recent work

install
source · Clone the upstream repo
git clone https://github.com/sterlingcrispin/claude_slash_commands
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sterlingcrispin/claude_slash_commands "$T" && mkdir -p ~/.claude/skills && cp -r "$T/selfaudit" ~/.claude/skills/sterlingcrispin-claude-slash-commands-selfaudit && rm -rf "$T"
manifest: selfaudit/SKILL.md
source content

Pause and do a first-principles audit of recent work.

List:

  1. What is true (supported by evidence)
  2. What is assumption
  3. What could be wrong
  4. Highest-risk bug
  5. Next highest priority task and why

Then either patch issues or state clearly why no changes are needed.