ticket-delivery

Installation
SKILL.md

Ticket Workflow

End-to-end workflow that takes a ticket ID and drives it through analysis, codebase investigation, planning, TDD implementation, committing, and PR creation. Adapts to your stack via an interactive supplement created on first run.

Phase 0: Environment Supplement

Before anything else, check for a supplement file stored alongside this skill (e.g., .supplement.md in the skill directory).

If supplement exists

Read the file and load all $VARIABLE values for use throughout the workflow.

If supplement is missing

Run an interactive setup. Present an interactive prompt (or the platform's equivalent) for each question, wait for the answer, then proceed to the next. Save all answers to a supplement file stored alongside this skill (e.g., .supplement.md in the skill directory).

Questions to ask (see supplement reference for full details):

  1. Ticket system -- GitHub Issues / GitLab Issues / Jira / Linear / Other? Integration tool name for fetching tickets?
  2. Version control -- Bitbucket / GitHub / GitLab? CLI tool (gh, glab)? Main branch name?
  3. Error tracking -- Bugsnag / Datadog / Sentry / none? Integration tool name?
Related skills

More from krzysztofsurdy/code-virtuoso

Installs
12
GitHub Stars
17
First Seen
Apr 14, 2026