tech-debt
Scan codebase for technical debt and create GitHub Issues for high-severity findings
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Scan codebase for technical debt and create GitHub Issues for high-severity findings
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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)