بنقرة واحدة
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.