ワンクリックで
issue-check
List all currently open issues
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List all currently open issues
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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
| 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.