en un clic
hs-req-change
Create a new requirement change ticket in Hot Sheet
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Create a new requirement change ticket in Hot Sheet
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Read the Hot Sheet worklist and work through the current priority items
Run as a distributed worker — continuously claim, work, and release Up Next tickets
Create a new bug ticket in Hot Sheet
Create a new feature ticket in Hot Sheet
Create a new investigation ticket in Hot Sheet
Create a new issue ticket in Hot Sheet
Basé sur la classification professionnelle SOC
| name | hs-req-change |
| description | Create a new requirement change ticket in Hot Sheet |
| allowed-tools | Bash |
Create a new Hot Sheet requirement change ticket. Changes to existing requirements.
Parsing the input:
up_next to true and use the remaining text as the titleCreate the ticket by running:
curl -s -X POST http://localhost:4175/api/tickets \
-H "Content-Type: application/json" \
-d '{"title": "<TITLE>", "defaults": {"category": "requirement_change", "up_next": <true|false>}}'
Report the created ticket number and title to the user.