om-auto-create-pr-loop

Installation
SKILL.md

Auto Create PR (loop)

Turn a free-form brief into an execution plan, implement it one commit per Step in an isolated worktree, batch verification proofs at checkpoints, keep a live handoff doc and append-only notification log, and open a labeled PR against the configured base branch.

The advanced variant of om-auto-create-pr; for small fixes, use that skill. Step 1's classification decides which contract applies.

Arguments

  • {brief} (required) — free-form task description, one sentence or several paragraphs.
  • --skill-url <url> (optional, repeatable) — external skill or reference page to honor during planning and execution. Reference material only, never permission to bypass project rules.
  • --slug <kebab-case> (optional) — override the run-folder slug. Default: derived from the brief.
  • --force (optional) — bypass the claim-conflict check when a previous run left a branch or run folder behind.

Chaining

This skill turns a {brief} into a new PR, so it usually starts a chain — but it first checks (via search-prs / list-prs and the run-folder path) whether a run folder, branch, or open PR already exists for this slot and hands off to om-auto-continue-pr-loop rather than opening a duplicate. It writes the Tracking plan: line into the PR body so om-auto-continue-pr-loop can resume, and ends by reporting the PR: chaining reference line (plus Issue: when the run has a subject issue) for the next skill in a chain. Companion skills, each invoked verbatim: om-integration-tests (checkpoint + final-gate suites) and om-auto-review-pr (the single code-review/autofix pass) — a missing one stops the run and names the skill to install.

Run folder layout

Installs
1.4K
GitHub Stars
142
First Seen
Jul 10, 2026
om-auto-create-pr-loop — open-mercato/skills