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