andriiburda

Build Task — Git skill for Claude Code

Git community

Ticket to PR.

How to install Build Task

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

Terminal
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

  1. 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 Repository