commit-and-pr

Commit code changes and create pull requests with Japanese titles.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/mikanfactory/dotfiles --skill commit-and-pr-mikanfactory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-and-pr
Source: https://github.com/mikanfactory/dotfiles/tree/main/home/dot_claude/skills/commit-and-pr
Command: npx skills add https://github.com/mikanfactory/dotfiles --skill commit-and-pr-mikanfactory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of committing code changes and creating pull requests, streamlining your development workflow.

Core Features & Use Cases

  • Atomic Commits: Splits changes into logical, independent commits.
  • Automated PR Creation: Generates pull requests with titles and descriptions in Japanese, using PR templates.
  • Use Case: After making several code modifications, you can use this Skill to automatically create well-defined commits and a pull request ready for review, ensuring your work is properly versioned and presented.

Quick Start

Use the commit-and-pr skill to commit all current changes and create a pull request.

Frequently Asked Questions about commit-and-pr

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

FAQPage Schema
How do I automate git commits and pull request creation?

You can automate git commits and pull request creation by using an agent that segments changes into atomic commits and generates pull requests with titles and descriptions based on existing PR templates.

What is the best way to split code changes into atomic commits before creating a PR?

The best way to split code changes into atomic commits is to use an automated git-commit-splitter agent that segments modifications into logical, independent commits before generating a pull request.

Can I use a PR template to generate a pull request with automated titles and descriptions?

Yes, you can use a PR template to generate a pull request by leveraging an automated agent that creates titles and descriptions in Japanese based on your committed code changes.

Does this automated commit and PR workflow work with standard Git repositories?

Yes, this automated commit and PR workflow works with standard Git repositories, ensuring all code modifications are properly versioned, segmented into atomic commits, and submitted for review.

Why should I segment changes into atomic commits before submitting a pull request?

You should segment changes into atomic commits to ensure code modifications are properly versioned and presented as logical, independent units, making the pull request review process clearer.