01-ticket-info

star 29

Retrieve and display ticket information from the configured ticketing tool. Use when the user says "ticket info", "show ticket", "get ticket", "ticket details", "what's <id>", or invokes `/ticket-info`. Do NOT use for creating issues, commenting on tickets, changing status, or reassigning.

ai-driven-dev By ai-driven-dev schedule Updated 6/11/2026

name: 01-ticket-info description: Retrieve and display ticket information from the configured ticketing tool. Use when the user says "ticket info", "show ticket", "get ticket", "ticket details", "what's ", or invokes /ticket-info. Do NOT use for creating issues, commenting on tickets, changing status, or reassigning.

Ticket Info

Reads ticket details from the configured ticketing tool. Read-only and tool-agnostic.

Available actions

# Action Role Input
01 ticket-info Resolve ticket id, query the configured tool, display fields ticket_id (optional)

Default flow

Single action skill. The router dispatches to ticket-info whenever a ticket-lookup phrase appears.

Transversal rules

  • Read the configured ticketing tool from project memory first; otherwise inspect repo configuration or environment.
  • Auto-detect the ticket identifier from the current branch name when none is provided.
  • Format the identifier per project convention before querying.
  • Read-only: never create, comment, transition, or reassign from this skill.

References

  • None.

Assets

  • None.

External data

  • None.
Install via CLI
npx skills add https://github.com/ai-driven-dev/aidd-framework --skill 01-ticket-info
Repository Details
star Stars 29
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
ai-driven-dev
ai-driven-dev Explore all skills →