tech-debt
Scan codebase for technical debt and create GitHub Issues for high-severity findings
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Scan codebase for technical debt and create GitHub Issues for high-severity findings
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Process issues sequentially: /dev per issue in isolated sub-agent → CI wait → merge → next
E2E development: investigate → dig → decompose → implement → test → review → PR
Break a task into ordered subtasks with dependencies
Investigate codebase for an issue in a forked context (context isolation)
Clarify ambiguities in plans with structured questions and auto-decide rules
Audit codebase for tech debt, code quality, and architecture issues — then create GitHub Issues
| name | tech-debt |
| description | Scan codebase for technical debt and create GitHub Issues for high-severity findings |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | ["Glob","Grep","Read","Agent","Bash(gh issue create:*)","Bash(gh issue list:*)","Bash(git log:*)","TaskCreate","TaskUpdate","TaskList","AskUserQuestion"] |
Scan the codebase for technical debt and refactoring opportunities, then create GitHub Issues for actionable items.
gh issue createFor each High severity finding:
gh issue create \
--title "Tech Debt: {concise description}" \
--body "{detailed description with file locations and suggested fix}" \
--label "tech-debt"
## Tech Debt Report
**Scanned:** N files
**Findings:** X High, Y Medium, Z Low
**Issues created:** N
### High Severity
| # | Category | File | Description | Effort | Issue |
|---|----------|------|-------------|--------|-------|
### Medium Severity
| # | Category | File | Description | Effort |
|---|----------|------|-------------|--------|
### Low Severity
(summary only)