ksdisch

Crap Check — Productivity skill for Claude Code

Productivity community

Runs the target repo's own wired CRAP tooling and presents the ranked worst-functions report — discovering the command from that repo's "Wired gates (Preflight)" note rather than assuming a filename.

How to install Crap Check

Installs to ~/.claude/skills/ksdisch-claude-config-crap-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ksdisch-claude-config-crap-check && curl -fsSL https://raw.githubusercontent.com/ksdisch/claude-config/HEAD/commands/crap-check.md -o ~/.claude/skills/ksdisch-claude-config-crap-check/SKILL.md

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

What Crap Check does


description: Runs the target repo's own wired CRAP tooling and presents the ranked worst-functions report — discovering the command from that repo's "Wired gates (Preflight)" note rather than assuming a filename. Report-only: it never blocks, never installs or generates tooling, and says plainly when a repo has nothing wired. argument-hint: [repo path — empty = current directory] allowed-tools: Bash, Read, Glob, Grep

/crap-check — run this repo's wired CRAP ranking and read it back

A

Alternatives in Productivity

  • Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
  • Swarm Worker — You are a swarm worker agent for the {{tentacleName}} tentacle 1.4k ★
  • Schedule Status — Check the health and status of the scheduler system 510 ★

Full documentation available on GitHub

View Source Repository