ticket

Intake tickets from URLs and set up worktrees and dev servers.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/souliane/teatree --skill ticket-souliane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ticket
Source: https://github.com/souliane/teatree/tree/main/skills/ticket
Command: npx skills add https://github.com/souliane/teatree --skill ticket-souliane

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires workspace, architecture-design, writing-plans, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the intake and kickoff process for tickets, enabling smooth collaboration between users and reducing context loss.

Core Features & Use Cases

  • Ticket Intake and Kickoff: Intake and kickoff new tickets efficiently with one URL, ensuring no detail is missed.
  • Issue Context Fetching: Gather and follow every related artifact from a given URL, including linked pages, images, comments, and sub-PRs.
  • Landscape Survey: Provide a comprehensive view of existing and upcoming work to plan against reality, reducing unnecessary steps.
  • Worktree and Environment Setup: Automatically create and configure workspaces, including databases and ports, for smooth operations.
  • Dev Server Management: Start and manage development servers for the affected repos, ensuring all components are ready.
  • User Hints Priority: Address user debugging hints immediately to ensure effective problem-solving.
  • Parallel Agent Dispatch: Handle independent tasks concurrently to maximize efficiency.

Quick Start

Intake and kickoff a ticket using 'start_ticket https://example.com/ticket/123'.

Frequently Asked Questions about ticket

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ticket intake and kickoff from a single issue URL?

Automating ticket intake requires fetching issue details, linked artifacts, and sub-PRs from a given URL. This Skill processes the context and provisions a worktree to kickoff the workflow efficiently.

How do I set up Git worktrees and configure dev servers for parallel task processing?

Setting up Git worktrees involves automatically creating isolated workspaces with configured databases and ports. This Skill provisions the environment and starts development servers to handle independent tasks concurrently.

Can I use ticket workflow automation on Windows, or do I need macOS/Linux?

Ticket workflow automation is optimized for macOS/Linux environments. You need Git and CI tools installed, as Windows is not supported for the development server setup and parallel agent dispatch features.

What is parallel agent dispatch for issue management and when do I need it?

Parallel agent dispatch handles independent ticket tasks concurrently to maximize efficiency. You need it when processing multiple issues simultaneously to reduce context loss and streamline collaboration workflows.

Does this issue management tool automatically fetch related images and comments from a ticket URL?

Yes, issue context fetching automatically gathers every related artifact from a provided ticket URL. This includes linked pages, images, comments, and sub-PRs to ensure comprehensive context during ticket intake.