Create Ticket banner
MadaraUchiha-314 MadaraUchiha-314

Create Ticket

Testing community

Description

--- description: Create a work-item ticket (GitHub issue / Jira) from an existing requirements.md, then promote its draft spec folder to docs/specs/<id>/. argument-hint: "<path-to-requirements.md> (e.g. docs/specs/draft-add-oauth/requirements.md)" allowed-tools: Read, Write, Edit, Bash, Glob, Grep --- # the-loop: create-ticket `$ARGUMENTS` Turn an already-drafted `requirements.md` into a tracked work item. RULE: everything the harness works on must have a ticket — this command creates it and w

Installation

Installs to ~/.claude/skills/madarauchiha-314-the-loop-create-ticket/SKILL.md

Terminal
mkdir -p ~/.claude/skills/madarauchiha-314-the-loop-create-ticket && curl -fsSL https://raw.githubusercontent.com/MadaraUchiha-314/the-loop/HEAD/commands/create-ticket.md -o ~/.claude/skills/madarauchiha-314-the-loop-create-ticket/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository