Build Task — Git skill for Claude Code
Ticket to PR.
How to install Build Task
Installs to ~/.claude/commands/andriiburda-ai-workflow-example-build-task.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/andriiburda/ai-workflow-example/HEAD/.claude/commands/build-task.md -o ~/.claude/commands/andriiburda-ai-workflow-example-build-task.md Restart Claude Code, or start a new session, for it to be picked up.
What Build Task does
description: Ticket to PR. Reads the Jira ticket, plans, stops for approval, then builds, tests, documents, pushes, opens the PR, and updates Jira. argument-hint:
/build-task
Ticket: $ARGUMENTS
Use the Jira settings, branch rules, and commands from `CLAUDE.md`. If any step fails, stop and report. Do not retry or work around it.
Part 1: plan
- Read the ticket. Fetch $ARGUMENTS from Jira: summary, description, acceptance criteria, comments, attachments. Restate it
Alternatives in Git
- GitHub Review Comments — Use when a PR has unresolved review comments that need responses -- evaluates each comment, implements valid f 1.5k ★
- Simone — by Helmi - A broader project management workflow for Claude Code that encompasses not just a set of commands 548 ★
- Rabbithole — An infinite canvas for learning — select text, ask, and answers branch out as documents 306 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Garra Routine
Roadmap-driven autonomous slice. Reads ROADMAP+Linear, picks the next step, plans it, implements via PR + CI,
Verify Task
Optional independent check of a built ticket. Reviews the PR against the Jira ticket and the approved plan, ru
Epic Plan
Plan a new epic against a real codebase and a real project board, then — only after explicit approval — create
Graduate Development
Graduate a completed integration branch (develop- ) to develop. Opens the graduation PR after confirming all s
Ready PR In Review
Move a PR from Draft to Ready for Review, assign a reviewer, add labels, and sync the related Jira ticket to I
Jira PRD
Jira ticket → Claude router → plan → code → review → PR → Coolify preview
Related Agents
Design To PR
Full designer workflow from Jira ticket to open PR — reads the ticket, finds the code, makes changes, takes Pl
Quick Fix
End-to-end bug fix agent — opens a Jira bug, writes the fix with tests, verifies build/format/tests pass, comm
Orchestration Implementer
Implements exactly one ticket end-to-end in an isolated git worktree, TDD red-green, then opens a PR to the co