plugins/core/skills/gather-ticket-metadata/SKILL.md
Gather ticket metadata in one call.
npx skillsauth add qmu/workaholic gather-ticket-metadataInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Gathers all dynamic metadata values needed for ticket frontmatter in a single shell script call.
bash ${CLAUDE_PLUGIN_ROOT}/skills/gather-ticket-metadata/scripts/gather.sh
JSON with all metadata values:
{
"created_at": "2026-01-31T19:25:46+09:00",
"author": "[email protected]",
"filename_timestamp": "20260131192546"
}
documentation
Release note content structure and guidelines for GitHub Releases.
testing
Ship workflow - merge PR, deploy via CLAUDE.md, and verify production.
development
Generate branch-story sections 4-7 (Outcome, Historical Analysis, Concerns, Successful Development Patterns) from archived tickets and carry-over verdicts. Used by the report workflow when assembling a PR story.
business
Story writing, PR creation, and release readiness assessment for branch reporting.