create-issue
星标10
分支0
更新时间2026年4月22日 10:04
Create a new issue (ticket, bug, feature request).
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a new issue (ticket, bug, feature request).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add a comment to an issue.
Document a completed issue in the wiki (functional, technical, decision, solution).
Summarize a ticket's history, description, comments, and status.
Summarize recent activity across issues and commits.
Start tracked work: find/create ticket, set in-progress, track progress in comments.
Bump the tracker VERSION (semver) so update-check hook notifies existing installs.
| name | create-issue |
| description | Create a new issue (ticket, bug, feature request). |
| argument-hint | <title> |
| allowed-tools | Read, Write, Glob, Grep, Edit, Bash |
Create a new issue in the project tracker.
.project/config.json to get the project prefix and team infoPROJECT_SLUG env var (run echo $PROJECT_SLUG if needed)slug fieldinit.sh --update to register.project/counters/{slug}.json for your next issue number (create the file with {"nextId": 1} if it doesn't exist).project/issues/{PREFIX}-{slug}-{NUMBER}/issue.json with:
PREFIX-slug-NUMBER, e.g. PROJ-rp-1), title, type (feature/bug/task), status (backlog), priority (medium)description.md with the issue title as heading. Include only sections with real content — "What was requested" is the one consistent requirement. Skip empty "Acceptance criteria / Technical approach / Context" stubs..project/counters/{slug}.json (NOT in config.json).project/issues_index.json (create as [] if missing). Add an entry with: id, title, type, status, priority, assignee, labels, parent, created, updated. Sort by updated descending. Write back./create-issue Fix login redirect loop creates a new bug in backlog with ID like PROJ-rp-1.