mit einem Klick
issue-check
List all currently open issues
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
List all currently open issues
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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.