mine.ship

Commit, push, and create draft pull requests on GitHub and Azure DevOps.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mine.ship
Source: https://github.com/NodeJSmith/Claudefiles/tree/main/skills/mine.ship
Command: npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of getting your code changes from your local machine into a pull request, automating the final steps of the development workflow.

Core Features & Use Cases

  • Automated Commit: Stages all changes and creates a commit with a user-defined message.
  • Branch Management: Automatically creates a new branch if you're on the default branch.
  • Changelog Integration: Prompts for and integrates changelog updates.
  • Platform Agnostic PR Creation: Supports GitHub and Azure DevOps for creating draft pull requests.
  • PR Readiness: Marks the PR as ready for review after changelog updates.

Quick Start

Use the mine.ship skill to commit, push, and create a draft pull request for your current changes.

Frequently Asked Questions about mine.ship

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

FAQPage Schema
How do I automate committing, pushing, and creating a draft pull request?

You can automate creating a pull request by staging changes, committing with a message, and pushing to GitHub or Azure DevOps. This skill handles branch creation and drafts the PR automatically using CLI tools.

What's the best way to create a pull request from the default branch without manual branching?

Creating a pull request from the default branch is handled automatically by detecting the default state, creating a new feature branch, pushing your commits, and drafting the PR on GitHub or Azure DevOps.

Do I need GitHub CLI and Azure CLI installed to automate code deployment and PR creation?

Yes, you need git, GitHub CLI (gh), and Azure CLI installed. These platform-specific command-line tools are required to push code and automate draft pull request creation across both repositories.

Can I integrate changelog updates into the automated pull request workflow?

Yes, changelog integration is supported within the pull request workflow. The process prompts you for changelog updates, integrates them into the commit, and marks the draft PR as ready for review afterward.

Does this automated PR drafting tool work with both GitHub and Azure DevOps repositories?

Yes, automated draft pull request creation supports both GitHub and Azure DevOps repositories. It uses platform-specific CLI tools to push code changes and open draft PRs natively on either platform.