What problem does it solve?
This Skill automates the entire, often repetitive, process of creating a GitHub Pull Request (PR). It eliminates manual steps like checking status, staging files, crafting commit messages, pushing changes, and writing PR descriptions, saving developers significant time and reducing the chance of errors.
Core Features & Use Cases
- Full PR Workflow Automation: Handles
git status, git diff, git add, git commit, git push, and gh pr create in a single, guided interaction.
- Intelligent Commit & PR Body Generation: Adapts to existing commit styles and can utilize PR templates or generate a structured PR body automatically.
- Pre-commit Checks & Error Handling: Guides through project-specific checks (e.g.,
CLAUDE.md requirements, bin/brew-check for dotfiles repo) and provides clear error explanations.
- Use Case: After completing a feature or bug fix, simply instruct the AI, "PRを作って" (Create a PR), and this Skill will guide you through the necessary steps, ensuring all changes are properly committed, pushed, and a well-formed pull request is opened on GitHub.
Quick Start
PRを作って