uv run ruff check .
uv run ruff format .
uv run pyright
uv run pytest
6. Update the Ticket
As you work:
Add comments with progress updates
Update status (In Progress → In Review)
Log any blockers or questions
7. Create PR and Link
When ready:
Create PR with gh pr create
Link the PR to the ticket
Add ticket ID to PR title: feat(PROJ-123): description
8. If You Find a Bug
If you discover an unrelated bug while working:
Create a new ticket with details
Link it to the current ticket if related
Note it in the PR description
Continue with original task
1---2name: ticket3description: Ticket Workflow4---56# Ticket Workflow78Work on the ticket ID provided by the user.910## Instructions1112### 1. Read the Ticket1314Fetch and understand the ticket using JIRA/Linear MCP tools:15- Get ticket details (title, description, acceptance criteria)16- Check linked tickets or epics17- Review any comments or attachments1819Summarize: what needs to be done, acceptance criteria, blockers or dependencies.2021### 2. Explore the Codebase2223Before coding:24- Search for related code25- Understand the current implementation26- Identify files that need changes2728### 3. Create a Branch2930```bash31git checkout -b {initials}/{ticket-id}-{brief-description}32```3334### 4. Implement the Changes3536- Follow project patterns (check relevant skills)37- Write tests first (TDD)38- Make incremental commits3940### 5. Run Quality Checks4142```bash43uv run ruff check .44uv run ruff format .45uv run pyright46uv run pytest47```4849### 6. Update the Ticket5051As you work:52- Add comments with progress updates53- Update status (In Progress → In Review)54- Log any blockers or questions5556### 7. Create PR and Link5758When ready:59- Create PR with `gh pr create`60- Link the PR to the ticket61- Add ticket ID to PR title: `feat(PROJ-123): description`6263### 8. If You Find a Bug6465If you discover an unrelated bug while working:661. Create a new ticket with details672. Link it to the current ticket if related683. Note it in the PR description694. Continue with original task
Run npx skillmds@latest add waldencui/ticket in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Ticket Workflow It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
waldencui (@waldencui) published this skill. Their other Agent Skills are listed on their SkillMD profile.