一键导入
issue-create
Create a new issue in doc/issues/
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new issue in doc/issues/
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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
基于 SOC 职业分类
| 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.