ワンクリックで
stale-rules
Detect stale AI coding rules that reference non-existent files or patterns.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Detect stale AI coding rules that reference non-existent files or patterns.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | stale-rules |
| description | Detect stale AI coding rules that reference non-existent files or patterns. |
| disable-model-invocation | true |
Scan all AI coding rules and skills for references to files, paths, or patterns that no longer exist.
Collect all rule files:
.claude/CLAUDE.md and .claude/rules/*.md.cursor/rules/*.mdc.agents/skills/*/SKILL.mddocs/ai/*.mdCLAUDE.md filesExtract file path references:
Verify each reference exists:
Report:
Run full repo verification (lint, typecheck, test, security, diff review) and fix failures.
Audit documentation freshness — find docs that are stale or missing coverage for recent code changes.
Create a new Next.js API route with proper typing and error handling.
Add a new daemon REST endpoint with types, handler, web API proxy, and hook.
Create a new database service following the FXFlow pattern.
Wire a new WebSocket event end-to-end (daemon → types → hook → component).