hack-tickets

Manage git-backed tickets for tracking work items, decisions, and bugs.

8|2|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/hack-dance/hack --skill hack-tickets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hack-tickets
Source: https://github.com/hack-dance/hack/tree/main/.codex/skills/hack-tickets
Command: npx skills add https://github.com/hack-dance/hack --skill hack-tickets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a lightweight, git-backed system for tracking work items, decisions, and bugs directly within a repository, eliminating the need for external issue trackers for simpler projects.

Core Features & Use Cases

  • Ticket Creation: Easily create tickets with titles, bodies, and dependencies.
  • Ticket Management: List, show, update, and change the status of tickets.
  • Git Integration: Stores ticket data in a hidden git ref, allowing tickets to travel with your code.
  • Use Case: When you discover a small bug during development, you can quickly create a ticket using hack x tickets create to track it without leaving your current workflow.

Quick Start

Use the hack tickets skill to create a new ticket with the title "Investigate login issue".

Frequently Asked Questions about hack-tickets

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

FAQPage Schema
How do I track bugs and work items directly within a git repository?

Git-backed ticket management tracks work items, decisions, and bugs by storing ticket data in a hidden git ref within the repository. This eliminates the need for external issue trackers by keeping tickets alongside your code.

What is the best way to manage issue tracking for small development projects?

For small development projects, lightweight ticket management stored directly in a git ref provides an integrated alternative to external issue trackers. It supports creating, listing, and updating tickets natively within your workflow.

How do I create and update tickets without leaving my development workflow?

You can create and update tickets without leaving your workflow by using command-line execution to manage git-backed tickets. This supports ticket creation, status changes, and updates directly inside the repository environment.

Does git-backed ticket management work with existing repository dependencies?

Git-backed ticket management operates without external dependencies, utilizing a hidden git ref for storage. It integrates directly into your existing repository setup without requiring additional external issue tracking services.

When should I avoid using a lightweight ticket system within my repository?

You should avoid lightweight repository ticket systems for complex projects requiring heavy external integrations. This approach is designed for simpler projects needing basic work item, decision, and bug tracking without advanced features.