git-workflow

Manage Git operations with Japanese output and user confirmation.

Updated May 13, 2026
One-click install
npx skills add https://github.com/Mekann2904/mekann --skill git-workflow-mekann2904
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/Mekann2904/mekann/tree/main/.pi/skills/git-workflow
Command: npx skills add https://github.com/Mekann2904/mekann --skill git-workflow-mekann2904

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines your Git operations and branch management, making version control efficient and error-free, especially for teams.

Core Features & Use Cases

  • Guided Git Operations: Assists with commits, branching, merging, and rebasing, ensuring adherence to best practices.
  • Japanese Language Output: All user-facing communication, including commit messages, is in Japanese.
  • User Confirmation: Mandates user confirmation via the question tool before executing destructive Git commands.
  • Selective Staging: Enforces staging only modified files, preventing accidental additions.
  • Use Case: When creating a new feature branch, this Skill will guide you through creating a new branch, staging only your changes, crafting a Conventional Commits-compliant Japanese message, and pushing the branch, all while ensuring you confirm each step.

Quick Start

Use the git-workflow skill to create a new branch named 'feature/add-user-profile'.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I create a git commit message in Japanese using Conventional Commits format?

To create a git commit message in Japanese, this Skill guides you through staging modified files and generating a Conventional Commits-compliant Japanese message. It enforces selective staging to prevent accidental additions and formats the commit output entirely in Japanese.

What is the safest way to manage git branching and merging for team development?

Safe git branching and merging for team development requires strict version control practices. This Skill mandates user confirmation before executing destructive git commands like merging or rebasing, preventing irreversible errors during branch manipulation.

Can I use this git workflow tool to resolve merge conflicts automatically?

Yes, you can use this git workflow tool to resolve merge conflicts. It facilitates conflict resolution as part of its branch manipulation and rebasing capabilities, ensuring adherence to consistent version control practices while communicating the steps in Japanese.

Does this version control skill enforce staging only modified files?

Yes, this version control skill enforces staging only modified files. It strictly prevents accidental additions by selectively staging your changes, ensuring that only intended modifications are included in your commits.

How do I push a new feature branch while confirming each git step?

To push a new feature branch safely, this Skill guides you through creating the branch, staging changes, crafting a Japanese commit message, and pushing. It mandates user confirmation before executing critical git commands to ensure safe version control.