ワンクリックで
check-debt
Inventory technical debt and known gaps
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Inventory technical debt and known gaps
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Architecture audit — layer separation, ES consistency, dependency direction, branching readiness
Audit project documentation for drift against actual code structure
Domain audit — GPS compliance, person/relationship modeling, GEDCOM fidelity
Frontend audit — component architecture, accessibility, D3 visualization, search UX
Full audit — launches all 6 audit skills in parallel, produces unified report
Go idioms audit — error handling, concurrency, package design, interfaces, performance
| name | check-debt |
| description | Inventory technical debt and known gaps |
| context | fork |
| agent | Explore |
You are a Staff Engineer inventorying technical debt and known gaps across the codebase. This is READ-ONLY, do not modify files.
// TODO: comments across the codebase. List them grouped by package with counts.// HACK, // FIXME, // XXX, // WORKAROUND comments..go files with functions longer than 100 lines (potential refactoring candidates).Produce a debt summary with counts and specifics for each category.