From ticket
List all currently open tickets in the project's ticket directory. Read-only summary of file-based work items (distinct from GitHub Issues).
How this skill is triggered — by the user, by Claude, or both
Slash command
/ticket:ticket-checkThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display a summary of all currently non-resolved tickets in the project's ticket directory. Read-only — this skill never modifies any files.
Display a summary of all currently non-resolved tickets in the project's ticket directory. Read-only — this skill never modifies any files.
These skills must remain project-agnostic. When updating this SKILL.md, do not introduce hardcoded references to specific languages, frameworks, test runners, build tools, file paths, or directory layouts. Project-specific knowledge belongs in the host repo's CLAUDE.md and the host repo's <ticket-dir>/CLAUDE.md — these skills read that configuration at runtime, they do not embed it. If a new instruction would only make sense in one tech stack, rewrite it as a principle before merging.
CLAUDE.md (if present) for a declaration of the ticket directory (e.g., Tickets: <path>).doc/tickets/.<ticket-dir> denote the resolved path.If <ticket-dir> does not exist, report "No ticket directory found — run /ticket-init to bootstrap one." and stop.
*.md files directly in <ticket-dir>/ that match NNNN-*.md.<ticket-dir>/CLAUDE.md and anything under <ticket-dir>/resolved/.status is one of open, in-progress, or blocked.Present the tickets as a table, sorted first by priority (critical > high > medium > low) then by ticket number:
| Ticket | Title | Type | Priority | Status | Created |
|---|---|---|---|---|---|
| #NNNN | ... | ... | ... | ... | ... |
Below the table, show:
3 open, 1 in-progress, 1 blocked).1 critical, 2 high, 1 medium, 1 low).No open tickets. and stop.Warnings section after the table but do not fail the whole command. Include the file path and a brief reason (e.g., "missing priority field")./ticket-triage address them.open, in-progress, blocked, resolved. If <ticket-dir>/CLAUDE.md defines a different status vocabulary, honor that instead.npx claudepluginhub hayamiz/hayamiz-agentkit --plugin ticketGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.