auto-pilot

Orchestrate GitHub issue triage, resolution, review, and merge in an autonomous loop.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/luongnv89/idd --skill auto-pilot-luongnv89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-pilot
Source: https://github.com/luongnv89/idd/tree/main/src/skills/auto-pilot
Command: npx skills add https://github.com/luongnv89/idd --skill auto-pilot-luongnv89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Auto-pilot orchestrates end-to-end GitHub issue workflows, eliminating manual juggling by coordinating triage, resolution, review, and merge in a fully autonomous loop.

Core Features & Use Cases

  • Fully autonomous loop across open issues, including support for explicit-list mode and batching opportunities.
  • Integrates with existing /issue-triage, /issue-resolver, and /issue-pr-review skills to form an end-to-end pipeline.
  • Configurable merge behavior and robust failure handling with safe fallbacks and comprehensive iteration reporting.

Quick Start

Start the autonomous loop with /auto-pilot to begin triage, resolution, review, and merge across issues.

Frequently Asked Questions about auto-pilot

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

FAQPage Schema
How do I automate the entire GitHub issue resolution workflow from triage to merge?

Automating the GitHub issue workflow involves orchestrating triage, resolution, review, and merge in a fully autonomous loop. This eliminates manual juggling by coordinating the entire pipeline end-to-end across open issues.

What is the best way to batch resolve multiple GitHub issues that share the same root cause?

Batching GitHub issue resolution works by analyzing shared files or root-cause relationships across multiple issues. When dependencies are identified, the autonomous loop processes them together to streamline resolution.

Does autonomous GitHub issue handling support processing a specific list of issues instead of all open ones?

Yes, autonomous GitHub issue handling supports explicit-list mode to process specific issues. This mode allows you to target a defined list rather than automatically iterating across all open issues in the repository.

Can I configure the merge behavior when automating GitHub pull request reviews?

Yes, you can configure merge behavior when automating GitHub pull request reviews. The autonomous loop supports configurable merge modes to fit different repository policies during the final pipeline stage.

How does autonomous issue resolution handle failures during the GitHub workflow?

Autonomous issue resolution handles GitHub workflow failures using safe fallbacks and comprehensive iteration reporting. This ensures the pipeline degrades gracefully without losing context when a resolution or review fails.

Do I need separate GitHub triage and resolver tools to run the autonomous issue loop?

The autonomous issue loop integrates triage, resolver, and pull request review skills to form an end-to-end pipeline. These coordinated components provide deterministic context per iteration using independent subagents.