commit-push-pr

Commit changes, push to the remote, and create a pull request.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Kensan196948G/Mirai-Knowledge-Systems --skill commit-push-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-push-pr
Source: https://github.com/Kensan196948G/Mirai-Knowledge-Systems/tree/main/.claude/skills/commit-push-pr
Command: npx skills add https://github.com/Kensan196948G/Mirai-Knowledge-Systems --skill commit-push-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill speeds up the basic Git workflow: commit changes, push to the remote, and open a pull request, reducing context switching and errors.

Core Features & Use Cases

  • Commit & Push: programmatically stage and commit changes, then push to the remote.
  • PR Creation: create a pull request from the current branch.
  • Use Case: After implementing a small feature, run the skill to push changes and open a PR for code review.

Quick Start

Example: User asks to "commit changes, push to origin, and create a PR" and the skill performs the steps.