with one click
issue-check
List all currently open issues
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
List all currently open issues
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.
Audit and improve repository health โ docs sync, best practices, skill extraction, and maintenance recommendations
Create a new issue in doc/issues/
Fix all mechanically fixable issues identified by issue-triage
Triage all open issues โ analyze complexity, feasibility, and whether user decisions are needed
Based on SOC occupation classification
| name | issue-check |
| description | List all currently open issues |
Display a summary of all currently open issues in doc/issues/.
Collect open issues: List all *.md files in doc/issues/ (excluding CLAUDE.md and the resolved/ subdirectory). Read each file's frontmatter.
Filter: Include only issues with status: open, status: in-progress, or status: blocked.
Display: Present the issues in a table sorted by priority (critical > high > medium > low), then by issue number:
| Issue | Title | Type | Priority | Status | Created |
|---|---|---|---|---|---|
| #NNNN | ... | ... | ... | ... | ... |
Summary line: After the table, show:
If no open issues: Report "No open issues." to the user.