ワンクリックで
scan-issues
Passive codebase scan — find potential bugs, anti-patterns, security issues. Spawns subagents if available.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Passive codebase scan — find potential bugs, anti-patterns, security issues. Spawns subagents if available.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Long-running iterative development loops. Run arbitrarily-long tasks without diluting model attention. Triggers: ralph, ralph loop, iterative loop, long-running task, development loop.
Full compactor reference — tool parameters, anti-patterns, sandbox languages, context budget, workflows.
Diagnostics — validate config, session DB, runtimes, and troubleshoot compactor issues.
Context management — compact session, recall history, run code, search content.
Stats display — context savings, session metrics, compactions, sandbox and recall/search counters.
Helps you use the /unipi:btw side-conversation workflow effectively. Use when you want to think in parallel, ask side questions without interrupting ongoing work, or inject a side thread back into the main agent.
| name | scan-issues |
| description | Passive codebase scan — find potential bugs, anti-patterns, security issues. Spawns subagents if available. |
Passive investigation of codebase to find potential bugs, anti-patterns, security issues, and technical debt.
This skill MAY: read codebase, run read-only analysis commands, spawn subagents, write findings. This skill MAY NOT: edit code, fix issues, run tests that modify state, deploy.
This is investigation only — not fixing.
Note: For active debugging of specific bugs, use /unipi:debug instead. scan-issues finds potential problems; debug diagnoses known issues.
/unipi:scan-issues <string(greedy)>(optional)
string(greedy) — optional scope (e.g., "focus on auth", "check for SQL injection", "find dead code")@unipi/subagents extension is installedIf scope provided:
If no scope:
Exit: Scope defined.
If subagents available:
If no subagents:
Scan categories:
Security:
Bugs:
Anti-patterns:
Tech debt:
Performance:
Exit: Findings collected.
Organize findings by severity:
Critical (P0):
High (P1):
Medium (P2):
Low (P3):
## Issue Scan Results
### Critical (P0)
- {Finding} — {file:line} — {description}
### High (P1)
- {Finding} — {file:line} — {description}
### Medium (P2)
- {Finding} — {file:line} — {description}
### Low (P3)
- {Finding} — {file:line} — {description}
### Summary
- Total issues: {count}
- Critical: {count}
- High: {count}
- Medium: {count}
- Low: {count}
Based on findings:
If critical issues found:
"Critical issues found. Recommend addressing immediately."
/unipi:quick-work "fix critical security issue in auth.ts"
If many issues:
"Multiple issues found. Consider planning a cleanup sprint."
/unipi:brainstorm "tech debt cleanup plan"
If few/no issues:
"Codebase looks healthy. No critical issues found."
/unipi:consolidate
| Aspect | /unipi:scan-issues | /unipi:debug |
|---|---|---|
| Purpose | Find potential issues | Investigate specific bug |
| Input | Scope / category | Bug report / error message |
| Output | Issue list with priorities | Debug report with root cause |
| Depth | Broad codebase scan | Deep single-issue analysis |
| Handoff | /unipi:quick-work or /unipi:brainstorm | /unipi:fix |