Imported from majiayu000/claude-skill-registry (
skills/workflow/ticket-body/SKILL.md). Install upstream withnpx skills add majiayu000/claude-skill-registry --skill ticket-body. Copyright stays with the author.
Ticket Body
The Orchestrator drives this workflow. Update the body/description of an existing ticket while preserving its structure.
Prerequisites: Ticket number, knowledge of what needs to change.
Steps
- Read the current issue body via the forge's read operation
- Identify the section(s) to update
- Compose the updated body, preserving sections that shouldn't change
- Present the changes for approval — show what's changing and the full updated body
⛔ CHECKPOINT
STOP. Await approval of the body changes.
- Write the updated body to
.tmp/scratch/issue-body.md - Execute the forge's issue update operation with the new body
Output
## Context Anchors
- **Issue:** #<number> - <title>
## Updated
- **Sections changed:** <list of sections modified>
## Next Step
Ticket body updated.
**Approval Required:** No
Error Handling
| Error | Recovery |
|---|---|
| Issue not found | Verify the issue number |
| Section not found | Show available sections, ask which to update |
| Body format corrupted | Present the full body for manual review |