ワンクリックで
tech-debt
Scans codebase for technical debt indicators (TODO, FIXME, HACK, complexity), tracks and prioritizes debt items.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Scans codebase for technical debt indicators (TODO, FIXME, HACK, complexity), tracks and prioritizes debt items.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Rapid prototyping workflow for Unity. Quickly validates a mechanic or concept with throwaway code and a structured report.
Load a saved plan from ProjectSettings/GameDeck/plans/ and execute it step-by-step.
Save a plan to ProjectSettings/GameDeck/plans/ — captures the most recent plan from this conversation, or a plan you provide directly.
Plan a feature implementation with tasks, architecture, and file list.
Generate a complete Unity system — MonoBehaviour + ScriptableObject config from structured input.
Analyze and refactor a file or system with before/after comparison.
| name | tech-debt |
| description | Scans codebase for technical debt indicators (TODO, FIXME, HACK, complexity), tracks and prioritizes debt items. |
| argument-hint | [scan|report] |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Write |
When this skill is invoked:
Determine mode:
scan: Search codebase for debt indicatorsreport: Generate summary from previous scansFor scan mode:
Categorize debt:
Output:
## Tech Debt Report — [Date]
### Summary
- Total items: X
- Critical: X | Major: X | Minor: X
### By Category
| Category | Count | Top Item |
|----------|-------|----------|
| Architecture | X | ... |
| Code Quality | X | ... |
| ...
### Top 5 Priority Items
1. [Item] — Impact: HIGH, Effort: LOW (quick win)
### Aging Alert
[Items older than 30 days]