github-pr-workflow

Automates GitHub PR creation linked to issue closure with Japanese bodies.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/RyoMurakami1983/skills_repository --skill github-pr-workflow-ryomurakami1983
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/RyoMurakami1983/skills_repository/tree/main/skills/github-pr-workflow
Command: npx skills add https://github.com/RyoMurakami1983/skills_repository --skill github-pr-workflow-ryomurakami1983

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of creating GitHub Pull Requests from your local branches and automatically links them to close relevant issues, saving you manual steps and ensuring traceability.

Core Features & Use Cases

  • State Detection: Automatically determines the current Git state (uncommitted changes, unpushed commits, existing PRs) to route actions correctly.
  • Automated PR Creation: Creates a new Pull Request with a Japanese body and links to issues using Closes #N.
  • Issue Linking: Ensures that merged PRs automatically close associated GitHub Issues.
  • Use Case: After finishing a feature, you can ask the AI to "Create a PR for this branch," and it will handle pushing the branch, creating the PR with the correct title and Japanese description, and linking it to the relevant issue.

Quick Start

Use the github-pr-workflow skill to create a pull request for your current branch.

Frequently Asked Questions about github-pr-workflow

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

FAQPage Schema
How do I automate GitHub pull request creation from local branches?

Automating GitHub pull request creation involves detecting local Git state, pushing unpushed commits, and creating a PR with linked issues. This Skill handles that workflow, ensuring traceability and linking issues using Closes #N.

Do I need GitHub CLI to automatically close issues from a pull request?

Yes, you need Git and GitHub CLI installed to automate issue closing from a pull request. The Skill relies on GitHub CLI for execution to create PRs and link them to issues for automatic closure upon merging.

Can I generate pull request bodies in Japanese and link them to issues?

Yes, you can generate pull request bodies in Japanese and link them to issues. This Skill creates a new PR with a Japanese body and links it to relevant GitHub issues to ensure merged PRs automatically close associated issues.

What is the best way to handle uncommitted changes before creating a pull request?

Handling uncommitted changes before creating a pull request requires state detection to route actions correctly. This Skill automatically determines your current Git state, including uncommitted changes and unpushed commits, to prepare for PR creation.

Why does my pull request workflow need state detection for issue tracking?

Pull request workflow needs state detection for issue tracking to correctly route actions based on whether changes are uncommitted, commits are unpushed, or PRs already exist. This ensures accurate PR creation and proper issue linking.