agigante80

Implement Ticket — Git skill for Claude Code

Git community

Implement a GitHub issue end to end: gate to 10/10, build, validate, code-review, fix-or-ticket, then commit + bump + push develop.

How to install Implement Ticket

Installs to ~/.claude/commands/agigante80-actual-mcp-server-implement-ticket.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/agigante80/actual-mcp-server/HEAD/.claude/commands/implement-ticket.md -o ~/.claude/commands/agigante80-actual-mcp-server-implement-ticket.md

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

What Implement Ticket does

Implement a GitHub issue end to end: gate to 10/10, build, validate, code-review, fix-or-ticket, then commit + bump + push develop.

Usage

Accepted argument: `` (required)

Example: `/implement-ticket 178`

Steps

Follow the `implement-ticket` skill at `.claude/skills/implement-ticket/SKILL.md`. Read that file and execute its pipeline against the issue number passed as the argument.

In short: gate the ticket to 10/10 (auto-fix the body and re-run, no confirmation), implemen

Alternatives in Git

  • Review And Fix PR — @description Review an existing PR with parallel agents, fix findings, and push 1.6k ★
  • Push And Release — Git pull, resolve conflicts, push, fix hook errors, then release 1.6k ★
  • Validate Title Provided — if [ -z "$PLAN_TITLE" ]; then echo "❌ Error: Plan title required" echo "Usage: /sync-todos-to-github \"Plan Ti 618 ★

Full documentation available on GitHub

View Source Repository