auto-continue-pr

Resume interrupted pull requests from the last unchecked plan step.

Updated May 31, 2026
One-click install
npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill auto-continue-pr-zizzfizzix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-continue-pr
Source: https://github.com/zizzfizzix/agentic-engineering-framework/tree/main/core/ai/skills/auto-continue-pr
Command: npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill auto-continue-pr-zizzfizzix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures that you can seamlessly resume interrupted pull requests, avoiding duplication of work and maintaining the integrity of the PR workflow.

Core Features & Use Cases

  • PR Resumption: Automatically picks up where an in-progress PR left off.
  • Concurrency Checks: Safely claims PRs based on user ownership or forced override with caution.
  • Isolated Worktree: Operates in a dedicated worktree to avoid conflicts and maintain branch integrity.
  • Progress Tracking: Continues from the last unchecked step in the associated plan, ensuring consistent execution.
  • Full Validation: Ensures the PR is fully functional and meets all requirements before marking as complete.

Quick Start

To resume a PR, simply use the command: /auto-continue-pr <PR-number>

Frequently Asked Questions about auto-continue-pr

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

FAQPage Schema
How do I resume an interrupted pull request without duplicating steps?

To resume an interrupted pull request, you use the auto-continue-pr command with the PR number. It picks up from the last unchecked step in the associated plan, ensuring consistent execution and avoiding duplicated work.

What is PR progress tracking and how does it work with worktrees?

PR progress tracking monitors the completion of steps in an associated plan. This Skill uses an isolated worktree to operate safely, checking the last unchecked step to maintain branch integrity while resuming the pull request workflow.

Do I need GitHub CLI and git installed to resume a pull request automatically?

Yes, you need both git and gh (GitHub CLI) installed. The PR resumption process requires GitHub API access via gh to validate the pull request and requires git to manage the isolated worktree and branch integrity.

Can I force a pull request resumption if another user is already working on it?

Yes, you can force a pull request resumption if another user owns it, but you must do so with caution. The Skill performs concurrency checks to safely claim PRs based on user ownership before overriding.

Why does pull request validation fail when resuming an interrupted workflow?

Pull request validation fails if the PR's tracking plan is not properly configured. The Skill requires GitHub API access and a valid tracking plan to ensure the PR is fully functional and meets all requirements before marking complete.