auto-continue-pr

Resume GitHub pull requests using Git commands and script execution.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/dainamite-technologies/dainamite-core --skill auto-continue-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-continue-pr
Source: https://github.com/dainamite-technologies/dainamite-core/tree/main/.ai/skills/auto-continue-pr
Command: npx skills add https://github.com/dainamite-technologies/dainamite-core --skill auto-continue-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps streamline the process of resuming in-progress pull requests that were not completed in one go, ensuring continuous integration without manual oversight.

Core Features & Use Cases

  • Resume PR Execution: Continues execution of a pull request from where it left off, allowing for incremental commits and progress updates.
  • Isolated Worktree: Operates within an isolated git worktree to avoid conflicts with the main worktree.
  • Progress Tracking: Monitors and updates the PR's progress checklist in the PR body, ensuring all steps are completed.
  • Validation and Review: Ensures the pull request passes through a full validation gate and code review before completion.
  • Use Case: Ideal for teams using GitHub for version control and continuous integration, allowing for automated resumption of PRs that get stuck or paused.

Quick Start

Resume the in-progress pull request by running: /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 automate resuming a paused GitHub pull request for continuous integration?

To automate pull request resumption, use the auto-continue-pr command followed by the PR number. It resumes execution from the last checkpoint using Git commands, updates the progress checklist, and runs validation gates to ensure continuous integration without manual oversight.

How does pull request resumption track progress and ensure code quality?

Pull request resumption tracks progress by monitoring and updating the PR's progress checklist within the PR body. It enforces code quality by routing the resumed work through a full validation gate and code review process before allowing completion.

Do I need a specific git environment setup to resume in-progress PRs?

Yes, you need a git environment with the GitHub CLI (gh) and yarn installed, alongside GitHub API access. The process operates within an isolated git worktree to actively prevent conflicts with your main worktree during PR execution.

Can I use this to handle incremental commits in an isolated worktree?

Yes, you can handle incremental commits by running the resume command. It operates within an isolated git worktree specifically to avoid conflicts with the main worktree, allowing you to safely add incremental commits and update progress.

What is the best way to handle tracking plan resolution for stuck GitHub PRs?

The best way to handle tracking plan resolution for stuck GitHub PRs is to automate the resumption process. This automatically resolves the tracking plan, updates the progress checklist, and executes remaining validation gates to unblock continuous integration.

When should I not use an automated tool to resume a paused pull request?

You should not use an automated PR resumption tool if your repository lacks the required dependencies like git, gh, and yarn, or if your continuous integration workflow cannot provide the necessary GitHub API access for automated PR body updates.