andriiburda

Verify Task — Git skill for Claude Code

Git community

Optional independent check of a built ticket.

How to install Verify Task

Installs to ~/.claude/commands/andriiburda-ai-workflow-example-verify-task.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/andriiburda/ai-workflow-example/HEAD/.claude/commands/verify-task.md -o ~/.claude/commands/andriiburda-ai-workflow-example-verify-task.md

Restart Claude Code, or start a new session, for it to be picked up.

What Verify Task does


description: Optional independent check of a built ticket. Reviews the PR against the Jira ticket and the approved plan, runs the tests, and gives a verdict. Changes nothing. argument-hint:

/verify-task

Ticket: $ARGUMENTS

Run this in a fresh session, not the one that built the ticket. Use the settings and commands from `CLAUDE.md`.

Steps

  1. Gather.
    • Fetch $ARGUMENTS from Jira: summary, description, acceptance criteria, comments.
    • Find the PR: `gh pr list

Alternatives in Git

  • Claude Relay Service — GitHub Repo stars Self-built Claude code mirror service supporting multi-account switching Relay service 9.9k ★
  • Skill Copilot Provider — GitHub Copilot CLI as optional zero-cost provider via copilot -p programmatic mode 2.8k ★
  • Loki Verify — Run Loki's deterministic PR verification on the current change and summarize the evidence verdict 1.1k ★

Full documentation available on GitHub

View Source Repository