一键导入
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.