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.mdsource content
Pause and do a first-principles audit of recent work.
List:
- What is true (supported by evidence)
- What is assumption
- What could be wrong
- Highest-risk bug
- Next highest priority task and why
Then either patch issues or state clearly why no changes are needed.