autopilot

Orchestrate batch GitHub issue processing with automated branching, merging, cleanup, and completion reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of managing GitHub issues by creating branches, running an agent for each issue, and generating a completion report, freeing up developers from repetitive task management.

Core Features & Use Cases

  • Batch Issue Processing: Automatically fetches and processes open issues in batches.
  • Automated Branching & Merging: Creates dedicated branches for each issue and merges them upon successful completion.
  • Agent Orchestration: Manages a sub-agent (autopilot-manager) to handle the full lifecycle of issue resolution (plan, implement, review, PR).
  • Completion Reporting: Generates a detailed summary report of all processed issues, including success, failure, and skip statuses.
  • Use Case: Streamline your team's workflow by having this Skill automatically pick up new feature requests or bug reports from GitHub issues, assign them to developers via automated branching, and track their progress to completion.

Quick Start

Initiate the automated issue processing workflow by running the autopilot skill.

Frequently Asked Questions about autopilot

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

FAQPage Schema
How do I automate GitHub issue processing and branch management?

Automating GitHub issue processing involves orchestrating a batch workflow that fetches open issues, creates dedicated branches for each, and invokes a sub-agent to resolve them. This Skill manages that full lifecycle sequentially and merges branches upon completion.

Can I automatically generate a completion report for resolved GitHub issues?

Yes, generating a completion report is a core feature of automated issue orchestration. After processing batches of GitHub issues, the workflow outputs a detailed execution summary documenting the success, failure, or skip status of each resolved item.

How does agent orchestration work for batch resolving GitHub issues?

Agent orchestration for GitHub issues works by deploying a manager agent to handle the full lifecycle of each ticket. The workflow sequentially triggers this sub-agent to plan, implement, review, and create pull requests for every open issue in the batch.

What is the best way to streamline workflow automation for bug reports and feature requests?

Streamlining workflow automation for bug reports is best achieved by orchestrating sequential batch processing. This approach automatically picks up open GitHub issues, assigns them to dedicated branches, and tracks their progress to completion without manual intervention.

Does automated branch creation handle merging and cleanup for GitHub issues?

Yes, automated branch creation handles merging and cleanup for GitHub issues. The workflow creates a dedicated branch for each ticket, merges it back upon successful resolution, and cleans up the branch to maintain a tidy repository.

What happens if an issue fails during automated agent processing?

If an issue fails during automated agent processing, the workflow records the failure status in the final completion report. The orchestration continues processing the remaining open issues sequentially to ensure the batch completes.