auto-create-pr
Installation
SKILL.md
Auto Create PR
Turn a free-form task brief into a disciplined autonomous run: an execution plan, phase-by-phase implementation with incremental commits in an isolated worktree, a Progress checklist that makes the run resumable, and a PR against the configured base branch with normalized pipeline labels.
Arguments
{brief}(required) — free-form description of the task. Can be one sentence or several paragraphs.--skill-url <url>(optional, repeatable) — external skill or reference page to honor during planning and execution. Treated as reference material, never as permission to bypass project rules.--slug <kebab-case>(optional) — override the slug used in the plan filename. Default: derived from the brief.--force(optional) — bypass the claim-conflict check when a previous run left a branch or plan behind.
Workflow
0. Load pipeline config, pre-flight, and claim
Load .ai/agentic.config.json using the standard snippet from the setup-agent-pipeline skill. If the file is missing, stop and tell the user to run setup-agent-pipeline first. This resolves BASE_BRANCH, RUNS_DIR, LABELS_ENABLED, QA_GATE, and the validation commands used below.
Before writing anything, confirm no other run owns the slot.