gh-create-pr

Commits unstaged changes, pushes the current branch to remote, and initiates a pull request.

484|76|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/flora131/atomic --skill gh-create-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-create-pr
Source: https://github.com/flora131/atomic/tree/main/.opencode/skills/gh-create-pr
Command: npx skills add https://github.com/flora131/atomic --skill gh-create-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of sharing your code changes by automating the commit, push, and pull request creation steps.

Core Features & Use Cases

  • Automated Commits: Creates logical commits for your unstaged changes.
  • Branch Pushing: Pushes your current branch to the remote repository.
  • PR Creation: Submits a pull request with a descriptive title and body.
  • Use Case: After completing a new feature, you can use this Skill to quickly get your changes ready for review by others.

Quick Start

Commit unstaged changes, push the current branch, and create a pull request.

Frequently Asked Questions about gh-create-pr

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

FAQPage Schema
How do I automate creating a pull request after committing changes?

To automate creating a pull request, this Skill commits your unstaged changes, pushes the current branch to the remote repository, and submits a PR with a descriptive title and body for code review.

Can I push my current branch and create a GitHub pull request in one step?

Yes, you can push your current branch and create a GitHub pull request in one step by using this Skill to initiate the push and PR creation workflow simultaneously.

Does this Skill commit unstaged changes automatically before pushing to remote?

Yes, this Skill commits unstaged changes automatically by creating logical commits before pushing your current branch to the remote repository.

What is the best way to expedite Git workflows for code review?

The best way to expedite Git workflows for code review is to automate the commit, push, and pull request creation steps, ensuring your code is properly shared for collaboration quickly.

Do I need any dependencies to use this Skill for committing and pushing code?

No, you do not need any dependencies to use this Skill for committing and pushing code, as it operates independently without requiring external modules.

When should I not use an automated Git workflow for pull requests?

You should not use an automated Git workflow for pull requests when you need granular control over commit messages or specific branch configurations before pushing code.