ticket

Manage project tickets and tasks via a git-backed command-line interface.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/a3lem/my-claude-plugins --skill ticket-a3lem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ticket
Source: https://github.com/a3lem/my-claude-plugins/tree/main/plugins/ticket-cli/skills/ticket
Command: npx skills add https://github.com/a3lem/my-claude-plugins --skill ticket-a3lem

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines task and issue management by providing a powerful command-line interface that integrates directly with your project's file system.

Core Features & Use Cases

  • Ticket Creation & Management: Create, update, and track tickets with detailed metadata like status, priority, and type.
  • Dependency Tracking: Define and visualize dependencies between tickets to manage project flow.
  • Use Case: When you need to add a new feature request, track a bug, or break down a large task into smaller, manageable pieces, this Skill helps organize and prioritize your work.

Quick Start

Use the ticket skill to create a new task with the title "Implement user authentication".

Frequently Asked Questions about ticket

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

FAQPage Schema
How do I track project tasks and issues directly from the command line?

You can track project tasks and issues using a git-backed command-line interface that stores ticket data in a local `.tickets/` directory within your file system, enabling direct creation and status updates.

Can I manage ticket dependencies and visualize task flow for a CLI project?

Yes, you can manage ticket dependencies and visualize task flow by defining relationships between tickets, which helps organize complex project workflows and prioritize dependent tasks.

Does this issue tracking method work without a dedicated database or external server?

Yes, this issue tracking method works without a database by using a file-based system stored in the `.tickets/` directory, relying entirely on your project's local file system and git for data management.

How do I create a new bug ticket and set its priority using a CLI?

To create a new bug ticket, you use the command-line interface to specify the title and metadata, allowing you to assign detailed properties like status, priority, and type directly from your terminal.

What is the best way to manage feature requests for software engineering projects without leaving the terminal?

The best way to manage feature requests without leaving the terminal is using a CLI tool that integrates ticket creation and listing based on various criteria directly into your git-backed project repository.

Are there limitations to using a file-based ticket system for large scale project management?

A file-based ticket system is optimized for integrating directly with your project's file system and git workflow, but may face scalability limitations compared to dedicated project management platforms for very large teams.