with one click
issue-create
Create a new issue in doc/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
Create a new issue in doc/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.
Based on SOC occupation classification
Audit and improve repository health — docs sync, best practices, skill extraction, and maintenance recommendations
List all currently open 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-create |
| description | Create a new issue in doc/issues/ |
| argument-hint | <title or description> |
Create a new issue file in doc/issues/ following the rules in doc/issues/CLAUDE.md.
Read the rules: Read doc/issues/CLAUDE.md to understand the file format and naming conventions.
Determine the next issue number:
doc/issues/ and doc/issues/resolved/ matching the NNNN-*.md pattern.0001.Gather issue details from the user's input (the arguments passed to this skill):
Determine metadata:
type: Infer from the description (bug, feature, enhancement, refactor, docs, test, chore). If unclear, ask the user.priority: Infer from the description and context. Default to medium if unclear.status: Always open for new issues.created and updated: Set to today's date.Create the file:
NNNN-<kebab-case-subject>.md in doc/issues/.doc/issues/CLAUDE.md.<subject> in the filename should be a short (2-5 words) kebab-case summary.Report: Show the user the created issue file path and a summary of the issue.
User input: /issue-create WebSocket disconnects on large files
Creates: doc/issues/0001-websocket-disconnect-large-files.md with appropriate frontmatter and description.