Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

gather-ticket-metadata

verified

Gather ticket metadata in one call.

View on GitHub

Marketplace

workaholic

qmu/workaholic

Plugin

core

development

Repository

qmu/workaholic

plugins/core/skills/gather-ticket-metadata/SKILL.md

Last Verified

February 4, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/qmu/workaholic/blob/main/plugins/core/skills/gather-ticket-metadata/SKILL.md -a claude-code --skill gather-ticket-metadata

Installation paths:

Claude
.claude/skills/gather-ticket-metadata/
Powered by add-skill CLI

Instructions

# 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)

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
581 chars