Selftest banner
blyatiful1 blyatiful1

Selftest

Testing community

Description

--- description: Run the hardmode self-test — the real shipped hooks against planted failure modes in a throwaway sandbox, plus the hooks.json wiring check. Run it after a Claude Code update allowed-tools: Bash(python3:*) --- Self-test output: ``` !`python3 "${CLAUDE_PLUGIN_ROOT}/tools/demo.py"` ``` Report the final `demo: N/N` line. If any scenario printed `[FAIL]`, quote each failing line verbatim and say which guard is no longer firing — that guard's rule is advisory only until it is fixed

Installation

Installs to ~/.claude/skills/blyatiful1-hardmode-selftest/SKILL.md

Terminal
mkdir -p ~/.claude/skills/blyatiful1-hardmode-selftest && curl -fsSL https://raw.githubusercontent.com/blyatiful1/hardmode/HEAD/commands/selftest.md -o ~/.claude/skills/blyatiful1-hardmode-selftest/SKILL.md

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

Full documentation available on GitHub

View Source Repository