deliver-issue

Delivers an approved Packy GitHub issue through implementation, review, CI, merge, and cleanup.

1|Updated Jul 5, 2026
One-click install
npx skills add https://github.com/yersonargotev/packy --skill deliver-issue-yersonargotev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deliver-issue
Source: https://github.com/yersonargotev/packy/tree/main/.agents/skills/deliver-issue
Command: npx skills add https://github.com/yersonargotev/packy --skill deliver-issue-yersonargotev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Delivering a GitHub issue end to end involves many error-prone steps: qualifying the issue, implementing changes, validating locally, opening a pull request, passing final review and CI, merging through branch protection, and cleaning up. This Skill orchestrates that entire delivery workflow for approved Packy issues so nothing is skipped or done out of order. ## Core Features & Use Cases - Phased delivery workflow: Runs qualification and workspace isolation, local implementation, pull request and final review, protected merge, and post-merge verification as distinct gated phases. - Resume support: Reconstructs prior progress from Git and GitHub state, then resumes the earliest incomplete workflow phase instead of starting over. - Strict trigger gating: Activates only when the user explicitly asks to deliver a numbered Packy issue; an approved status label alone never triggers delivery. - Use Case: A maintainer says "deliver issue #42" and the Skill qualifies the issue, implements and validates the fix locally, opens the PR, waits for Standards and Spec review plus required CI, merges through branch protection, and delivers a success brief. ## Quick Start Use the deliver-issue skill to deliver approved Packy issue #123 end to end through review, CI, merge, and cleanup.

Frequently Asked Questions about deliver-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deliver a GitHub issue end to end with an AI agent?▼

Explicitly ask to deliver a specific numbered Packy issue, for example issue #123. The Skill then runs qualification, local implementation and validation, pull request review, required CI, protected merge, and cleanup in gated phases.

Does applying an approved status label trigger issue delivery?▼

No. Applying status:approved without an explicit delivery request does not trigger this Skill. It requires exactly one issue number and an explicit user request to deliver that issue end to end.

Can the delivery workflow resume after an interruption?▼

Yes. Before acting, the Skill reconstructs any prior progress from Git history and GitHub state, then resumes the earliest incomplete workflow phase rather than restarting the whole delivery.

Does this Skill bypass branch protection when merging?▼

No. The explicit trigger authorizes a merge through branch protection but never authorizes bypassing it, nor any separate publication or production effect. Required CI and final review must pass first.

What reviews are required before merging a delivered issue?▼

The pull request must pass two independent final review axes, Standards and Spec review, with their durable result bound to the exact PR HEAD. Required CI checks must also succeed before the protected merge proceeds.