ticket-status

Validate ticket progression and phase readiness against docs, tests, and roadmap.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/jayprimer/pmc-marketplace --skill ticket-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ticket-status
Source: https://github.com/jayprimer/pmc-marketplace/tree/main/plugins/pmc/skills/ticket-status
Command: npx skills add https://github.com/jayprimer/pmc-marketplace --skill ticket-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Keeps track of KB ticket progress and phase readiness by automatically validating tickets, tests, and roadmaps, reducing manual status checks.

Core Features & Use Cases

  • Automated checks for ticket docs, tests, and roadmap to surface missing steps
  • Phase-level aggregation of statuses and next steps for planning
  • CI/CD gating by validating before commits or releases

Quick Start

Run the status check on a ticket, e.g., T00001, to see its current state and suggested next steps.

Frequently Asked Questions about ticket-status

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

FAQPage Schema
How do I automate KB ticket status checks for CI/CD readiness?

Automated KB ticket status checks validate ticket docs, tests, and roadmap data to determine CI/CD readiness. The skill runs deterministic scripts against required files like 1-definition.md, 2-plan.md, and 3-spec.md to verify progression and gate commits.

What is phase-level ticket readiness validation in a knowledge-base workflow?

Phase-level ticket readiness validation aggregates the statuses of individual tickets within a phase to identify blockers and surface missing steps. It checks required documentation and tests to provide next-step guidance for planning across the knowledge-base workflow.

How do I validate missing steps in KB ticket docs like 1-definition.md and 2-plan.md?

To validate missing steps in KB ticket docs, the status check skill runs deterministic scripts that verify the presence and formatting of required files including 1-definition.md, 2-plan.md, 3-spec.md, and 5-final.md, surfacing any incomplete documentation.

Can I detect blockers across an entire project phase using ticket validation?

Yes, you can detect blockers across a project phase by running phase-level aggregation checks. The validation process reviews ticket docs and optional tests.json files to identify incomplete tickets and generate next-step guidance for the entire phase.

Do I need existing ticket docs to check phase readiness?

Yes, existing ticket docs are required to check phase readiness. The validation scripts require 1-definition.md, 2-plan.md, and 3-spec.md to determine statuses, while an optional tests.json and 5-final.md formatting provide additional readiness context.

What's the best way to gate CI/CD pipelines using knowledge-base ticket validation?

The best way to gate CI/CD pipelines is by running deterministic validation checks against ticket docs, tests, and roadmap data before commits. This ensures phase readiness by detecting missing steps and blockers, preventing unverified tickets from progressing.