net-autopilot

Automate GitHub and Azure DevOps workflows from work items to PRs with Evidence Packs.

165|62|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/mitkox/ai-coding-factory --skill net-autopilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: net-autopilot
Source: https://github.com/mitkox/ai-coding-factory/tree/main/.opencode/skill/net-autopilot
Command: npx skills add https://github.com/mitkox/ai-coding-factory --skill net-autopilot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end workflow from a work item to a feature branch, PR, and an Evidence Pack, enabling consistent governance and faster delivery within the AI Coding Factory.

Core Features & Use Cases

  • Create a feature branch per story (ACF-###) and link the corresponding work item.
  • Auto-generate a PR with standardized title/body and attach an Evidence Pack to support governance.
  • Produce audit artifacts (review packs, autopilot state) to streamline approvals and traceability.
  • Use cases include starting work on a story with immediate PR readiness and maintaining governance across teams.

Quick Start

Start autopilot for a story by running: python3 scripts/autopilot/autopilot.py start ACF-0123 --commit --push --draft

Frequently Asked Questions about net-autopilot

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

FAQPage Schema
How do I automate work items to pull requests with governance evidence?

Automating work items to pull requests involves creating a feature branch per story, linking the work item, and generating an Evidence Pack for auditable governance. This standardizes PR titles and bodies for enterprise development teams.

What is an Evidence Pack for pull requests and when do I need it?

An Evidence Pack for pull requests is an audit artifact containing review packs and autopilot state. You need it when your enterprise development teams require standardized PRs and traceable governance for approvals.

Does the work item to PR autopilot work with both GitHub and Azure DevOps?

Yes, the work item to PR autopilot works with both GitHub and Azure Repos. It requires Git remotes configured for either platform and credentials provided via environment variables to function correctly.

How do I start autopilot for a story and create a draft PR?

To start autopilot for a story and create a draft PR, run the Python script with your story ID and flags. For example: python3 scripts/autopilot/autopilot.py start ACF-0123 --commit --push --draft.

Do I need a Python runtime to generate Azure DevOps PRs from work items?

Yes, you need a Python runtime to generate Azure DevOps or GitHub PRs from work items. The autopilot script runs in Python and requires Git remotes and environment variables for credentials.

What are the limitations of automating PR creation from work items?

Limitations of automating PR creation include requiring a Python runtime and Git remotes configured for GitHub or Azure Repos. Credentials must also be provided via environment variables, restricting use outside these platforms.