plugins/core/skills/gather-ticket-metadata/SKILL.md
February 4, 2026
Select agents to install to:
npx add-skill https://github.com/qmu/workaholic/blob/main/plugins/core/skills/gather-ticket-metadata/SKILL.md -a claude-code --skill gather-ticket-metadataInstallation paths:
.claude/skills/gather-ticket-metadata/# Gather Ticket Metadata
Gathers all dynamic metadata values needed for ticket frontmatter in a single shell script call.
## Usage
```bash
bash .claude/skills/gather-ticket-metadata/sh/gather.sh
```
## Output
JSON with all metadata values:
```json
{
"created_at": "2026-01-31T19:25:46+09:00",
"author": "developer@company.com",
"filename_timestamp": "20260131192546"
}
```
## Fields
- **created_at**: ISO 8601 timestamp with timezone for frontmatter
- **author**: Git user email from repository config
- **filename_timestamp**: Timestamp for ticket filename (YYYYMMDDHHmmss format)