om-auto-create-pr

Automate task planning, execution, and pull request creation against develop.

6|2|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/SHGrowth/om-superpowers --skill om-auto-create-pr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: om-auto-create-pr
Source: https://github.com/SHGrowth/om-superpowers/tree/main/skills/om-auto-create-pr
Command: npx skills add https://github.com/SHGrowth/om-superpowers --skill om-auto-create-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This automation skill enables teams to consistently translate free-form task briefs into structured execution plans, isolate work with a dedicated branch/worktree, and deliver changes via PRs with a documented progression.

Core Features & Use Cases

  • Orchestrates autonomous agent tasks into structured execution plans with resumable progress.
  • Creates an isolated worktree and feature branch for safe experimentation and traceability.
  • Implements work phase-by-phase with incremental commits and a live Progress checklist.
  • Runs a full validation gate (typecheck, unit tests, i18n, build) before opening a PR.
  • Supports optional external reference skills via URLs and records external references for traceability.
  • Applies standard PR workflow labels and can resume via auto-continue-pr.

Quick Start

Draft an execution plan in .ai/runs/ and run the auto-create-pr flow to compose, execute, and PR your task against develop.

Frequently Asked Questions about om-auto-create-pr

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

FAQPage Schema
How do I automate pull request creation with isolated git worktrees?▼

Automate pull request creation by orchestrating autonomous agent tasks into structured execution plans, creating an isolated git worktree, and running a validation gate before opening a PR against develop. It drafts plans in .ai/runs/ and commits work phase-by-phase.

What validation steps run before a pull request is created?▼

A gated validation process runs typecheck, unit tests, i18n, and build checks before creating a pull request. This ensures code quality and stability before changes are merged into the develop branch.

How does an autonomous agent track progress during PR automation?▼

An autonomous agent tracks progress using a live Progress checklist and incremental phase-by-phase commits. This documents the task progression and allows resumable execution through auto-continue-pr.

Can I reference external skills during autonomous task execution?▼

You can reference external skills via URLs during autonomous task execution. The system records these external references for traceability while orchestrating the end-to-end automation workflow.

What is the best way to structure free-form task briefs for autonomous PR generation?▼

Structure free-form task briefs by drafting an execution plan in .ai/runs/. The automation translates this plan into isolated worktree creation, phase-by-phase implementation, and a pull request with standard workflow labels.

Does autonomous PR creation apply workflow labels automatically?▼

Autonomous PR creation applies standard PR workflow labels automatically when opening a pull request. This ensures proper categorization and tracking within the development pipeline.