auto-continue-pr

Installation
SKILL.md

Auto Continue PR

Resume an auto-create-pr run that did not finish in one go. Given a PR number, you re-enter the same worktree discipline, pick up from the first unchecked Progress step in the linked execution plan, and drive the PR to complete status with the same validation and label rules as auto-create-pr.

Arguments

  • {prNumber} (required) — the PR number to resume (for example 1492).
  • --force (optional) — bypass the in-progress concurrency check; use when intentionally taking over a PR that another auto-skill or human already claimed.
  • --from <phase.step> (optional) — override the resume point (e.g. 2.1). Only honored when the Progress section cannot be parsed unambiguously.

Workflow

0. Load pipeline config and claim the PR

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 gate used below.

Auto-skills MUST NOT clobber each other. Before doing anything else, decide whether you may claim this PR.

Installs
1
GitHub Stars
142
First Seen
Jul 5, 2026
auto-continue-pr — open-mercato/skills