Check Ticket Implementation

Teilt ein Ticket in Anforderungsblöcke auf und bewertet jeden als erledigt / teilweise / nicht erledigt / nicht überprüfbar anhand des Codes

von eai-org · eai-org/agent-toolkit

Getestet · Funktioniert ★ 9.2/10

Check Ticket Implementation — Teilt ein Ticket in Anforderungsblöcke auf und bewertet jeden als erledigt / teilweise / nicht erledigt / nicht überprüfbar anhand des Codes

Was es kann

Überprüft, how much of a ticket is already implemented: it splits the ticket into independently verifiable requirement blocks, judges each against the working tree with file:line evidence, und writes a human-readable TICKET-STATUS report. Explicitly invoked (disable-model-invocation) when you ask for a ticket's implementation status. Read-only on code und tracker.

Testbericht

Ran it on a 4-requirement auth ticket against a small Express codebase: it correctly tagged the health route DONE, rate-limiting NOT DONE, reset-token expiry PARTIAL (timestamp stored at auth.js:10 but never checked at auth.js:18), und NODE_ENV NOT VERIFIABLE — whereas the no-skill baseline wrongly called NODE_ENV 'not done' und flattened the partial expiry, with no file:line evidence und no saved report. Its four-way status taxonomy plus verbatim-quoted blocks caught two categorization errors the freehand pass made.

Getestet am: 2026-07-24 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/eai-org/agent-toolkit
mkdir -p ~/.claude/skills
cd agent-toolkit && cp -r skills/check-ticket-implementation skills/fetch-ticket ~/.claude/skills/

Befehle & Beispiel-Prompts

  • /check-ticket-implementationTeilt ein Ticket in Anforderungsblöcke auf und bewertet jeden als erledigt / teilweise / nicht erledigt / nicht überprüfbar anhand des Codes

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • Check how much of ticket PROJ-142 is actually implemented
  • Grade each requirement in this ticket against the code
  • Give me a TICKET-STATUS report with file:line evidence