create-issue
Create a new issue (ticket, bug, feature request).
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 (ticket, bug, feature request).
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
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.