gh-autopilot

Automate GitHub development from PRD to issue creation, implementation, and merge.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wscffaa/claude-gh-skills --skill gh-autopilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-autopilot
Source: https://github.com/wscffaa/claude-gh-skills/tree/main/gh-autopilot
Command: npx skills add https://github.com/wscffaa/claude-gh-skills --skill gh-autopilot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh-project-implement/batch_executor.py, gh-project-implement/priority_batcher.py, gh-project-implement/get_project_issues.py, gh-project-sync/create_project.py, gh-project-sync/list_projects.py, gh-project-sync/sync_project.py, gh-project-pr/main.py, and includes scripts (resource) components.

What problem does it solve?

The gh-autopilot skill automates the full lifecycle from PRD capture to issue creation, project syncing, implementation, PR reviews, and merge, reducing manual handoffs and delays in software delivery.

Core Features & Use Cases

  • End-to-end automation: PRD/requirements → Issue → Project → Implementation → PR → Merge with minimal human intervention.
  • Project board synchronization: automatically aligns issues with GitHub Projects and manages status transitions.
  • Deterministic orchestration: supports staged execution, retry logic, checkpoints, and error handling for resilient workflows.

Quick Start

Provide a PRD file or a requirements description, then trigger the skill to generate issues, sync a project, implement changes, and merge PRs with minimal manual steps.

Frequently Asked Questions about gh-autopilot

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

FAQPage Schema
How do I automate the full GitHub development lifecycle from PRD to merge?

To automate the GitHub development lifecycle from PRD to merge, you can use a workflow orchestration skill that converts requirements into tracked issues, syncs them with GitHub Projects, executes implementations, and performs automated PR reviews and merges.

What is the best way to sync GitHub project boards with automated issue tracking?

Syncing GitHub project boards with automated issue tracking is handled by orchestrating scripts that automatically align generated issues with GitHub Projects and manage status transitions throughout the development workflow.

Can I batch process multiple GitHub Projects for end-to-end feature development?

Batch processing across multiple GitHub Projects is supported for end-to-end feature development, utilizing batch executors and priority batchers to manage implementations and PR automation across your repositories.

How does workflow orchestration handle errors during automated PR reviews and merges?

Workflow orchestration handles errors during automated PR reviews and merges by implementing deterministic staged execution with retry logic, checkpoints, and error handling for resilient software delivery.

Do I need to provide a PRD file to trigger automated GitHub issue creation and project syncing?

You need to provide a PRD file or a requirements description to trigger the automated workflow, which then generates issues, syncs the project board, implements changes, and merges PRs.

When should I not use end-to-end GitHub PR automation for project management?

You should avoid end-to-end GitHub PR automation if your project requires high manual intervention for code reviews, lacks structured PRD inputs, or does not utilize GitHub Projects for issue tracking and status management.