Add a structured comment to a ticket.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill ticket-comment --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ticket Comment?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-ticket-comment)More formats (shields.io, HTML) on the badges page.
---
name: ticket-comment
description: Add a structured comment to a ticket.
---
# Ticket Comment
The Orchestrator drives this workflow. Add a structured comment to an existing ticket for progress updates, status changes, or decision records.
**Prerequisites:** Ticket number, comment content or context for composing one.
---
## Comment Types
| Type | When to Use | Format |
| ---------- | ----------------------------------- | ----------------------------------- |
| Progress | Work milestone reached | Status summary + what's next |
| Decision | Design choice made during work | Decision + rationale + alternatives |
| Blocker | Work blocked by external dependency | What's blocked + what can unblock |
| Completion | Work finished, ready for next phase | Summary of what was done |
---
## Steps
1. Determine the comment type based on context
2. Compose the comment using the appropriate format
3. Present the draft for approval
### ⛔ CHECKPOINT
**STOP.** Await approval of the comment.
4. Execute the forge's comment operation on the issue
### Output
```
## Context Anchors
- **Issue:** #<number> - <title>
## Commented
- **Type:** <comment type>
## Next Step
Comment added.
**Approval Required:** No
```
---
## Error Handling
| Error | Recovery |
| --------------- | ----------------------- |
| Issue not found | Verify the issue number |
| Comment unclear | Ask for clarification |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!