git-commit

Generate Japanese Common Convention commit messages for Diopside documentation changes.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/tsuji-tomonori/diopside-v3 --skill git-commit-tsuji-tomonori
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit
Source: https://github.com/tsuji-tomonori/diopside-v3/tree/main/.opencode/skills/git-commit
Command: npx skills add https://github.com/tsuji-tomonori/diopside-v3 --skill git-commit-tsuji-tomonori

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you create Git commit messages that adhere to the Conventional Commits specification, specifically tailored for the diopside documentation and operational workflows.

Core Features & Use Cases

  • Standardized Commit Messages: Generates commit messages following the type(scope): subject format.
  • Diopside Workflow Integration: Provides specific guidelines for type and scope when committing changes related to diopside documentation (docs/), reports (reports/), or skills (skills/).
  • Use Case: When you update a requirement document in docs/1.要求(RQ) and need to commit this change, the skill will help you formulate a commit message like docs(RQ-SC-001): Update stakeholder definition.

Quick Start

Use the git-commit skill to generate a commit message for updating the diopside documentation.

Frequently Asked Questions about git-commit

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

FAQPage Schema
How do I generate conventional commit messages for documentation changes?

To generate conventional commit messages for documentation changes, use this Skill to automatically format your commits with the standard `type(scope): subject` structure. It enforces specific guidelines for documenting changes within the `docs/` and `reports/` directories.

What is the correct commit format for diopside workflow updates?

The correct commit format for diopside workflow updates follows the Japanese Conventional Commits specification. This Skill enforces a structured message including a specific type, scope, and subject to ensure a consistent and discoverable project history.

How do I write a commit message when updating a requirement document in docs/?

When updating a requirement document in `docs/`, this Skill helps you formulate a structured commit message like `docs(RQ-SC-001): Update stakeholder definition`. It applies specific type and scope guidelines for the diopside documentation directories.

Can I use conventional commits for changes in the reports/ and skills/ directories?

Yes, you can use conventional commits for changes in the `reports/` and `skills/` directories. This Skill provides specific guidelines for determining the appropriate type and scope when committing changes related to these diopside operational workflows.

What are the limitations of using automated conventional commit generation?

The limitation of this automated conventional commit generation is its specialization for the diopside context. It specifically enforces structured Japanese commit messages for documentation and operational changes within the `docs/`, `reports/`, and `skills/` directories.