github-issue-workflow

Automates GitHub issue lifecycle from creation to deployment via PRs and CI validation.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/pitabwire/skills --skill github-issue-workflow-pitabwire
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-workflow
Source: https://github.com/pitabwire/skills/tree/main/github-issue-workflow
Command: npx skills add https://github.com/pitabwire/skills --skill github-issue-workflow-pitabwire

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to streamline GitHub issue lifecycle from creation to deployment, ensuring consistency and traceability across issues, worktrees, PRs, and deployments.

Core Features & Use Cases

  • Issue creation & refinement
  • Worktree-based feature isolation
  • PR-based delivery and deployment
  • CI/CD validation and self-updating protocol

Quick Start

Create a feature worktree and begin applying PR-based delivery and deployment practices described here.

Frequently Asked Questions about github-issue-workflow

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

FAQPage Schema
How do I automate a GitHub issue workflow from creation to deployment?

GitHub issue workflow automation handles issue creation, refinement, worktree management, PR-based delivery, CI validation, and deployment using sequential validation and pre- and post-deploy checklists.

What is the best way to manage feature isolation for pull requests in GitHub?

The best way to manage feature isolation is using git worktrees, which allow you to isolate development branches, run sequential CI validation, and integrate PR-based delivery without cross-branch interference.

Does this GitHub issue workflow enforce CI validation before merging pull requests?

Yes, the GitHub issue workflow enforces sequential CI validation including static analysis, builds, and tests before allowing PR-based merges to ensure code quality and deployment readiness.

Can I use worktrees for deployment isolation in a CI/CD pipeline?

Yes, you can use worktree-based isolation within your CI/CD pipeline to separate feature development, run comprehensive pre- and post-deploy checklists, and maintain clean PR-based delivery and deployment processes.

How do I handle issue refinement and traceability across GitHub pull requests and deployments?

Handle issue refinement and traceability by applying an end-to-end GitHub issue lifecycle process that links issue creation, worktree management, PR-based merges, and deployment validation through comprehensive checklists.