# 01 Ticket Info

> Retrieve and display a ticket from the configured ticketing tool. Use when the user wants to see, show, or look up a ticket's details. Not for creating a ticket, or commenting on, transitioning, or reassigning one.

- Skill: `ai-driven-dev/01-ticket-info` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add ai-driven-dev/01-ticket-info`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ai-driven-dev/01-ticket-info/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ai-driven-dev (https://skillmd.com/u/ai-driven-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ai-driven-dev/01-ticket-info

---


# Ticket Info

```mermaid
flowchart LR
  source([ticket id, or none]) --> ticket-info --> done([ticket displayed])
```

## Actions

Run the flow above. Read only the next action file.

| Action        | Does                                                     |
| ------------- | --------------------------------------------------------- |
| ticket-info   | resolve ticket id, query configured tool, display fields |

