원클릭으로
scorecard
Show the CLAUDE.md compliance scorecard — which rules Claude actually follows vs ignores
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show the CLAUDE.md compliance scorecard — which rules Claude actually follows vs ignores
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Preview the provenance receipt (prompts, est. spend, tests run, agent-authored lines) for the current session ledger
Render today's standup card from what your agents actually did across repos
Show the wanted-poster bounty board — this repo's TODO/FIXME/HACK debt priced as aging XP bounties
List this repo's recorded dead ends — approaches already tried and abandoned, with reasons and cost
Show your personal model-quality trend card (failure rate, edit churn, tokens/task by model version)
Show this repo's context-cost leaderboard — the files that pulled the most tokens into context
| name | scorecard |
| description | Show the CLAUDE.md compliance scorecard — which rules Claude actually follows vs ignores |
| disable-model-invocation | true |
!node "${CLAUDE_SKILL_DIR}/../../dead-rules-audit.js" --render 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT}/dead-rules-audit.js" --render
The card above is a worst-first audit of your CLAUDE.md rules, aggregated across
your recent sessions: how often each rule was relevant to an edit, how often it was
violated, its heuristic compliance %, and a ⚠ promote→hook flag for rules Claude
chronically ignores. It is produced by the dead-rules-audit hook, which records
as you work.
Briefly call out the 1–3 worst offenders and, for any rule flagged
promote→hook, suggest making it deterministic — a PreToolUse/PostToolUse hook or
a lint rule — instead of relying on Claude to remember it. Keep it short; do not
re-run any commands.