One-click install
npx skills add https://github.com/SpandanM110/Accomplish-M110 --skill git-commit-spandanm110
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit
Source: https://github.com/SpandanM110/Accomplish-M110/tree/main/apps/desktop/bundled-skills/git-commit
Command: npx skills add https://github.com/SpandanM110/Accomplish-M110 --skill git-commit-spandanm110

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating well-structured and conventional Git commits, ensuring code changes are clearly documented and maintainable.

Core Features & Use Cases

  • Conventional Commits: Generates commit messages adhering to the conventional commit specification (type, scope, description, body, footer).
  • Staging Assistance: Guides users through staging appropriate files before committing.
  • Best Practice Enforcement: Promotes atomic commits and discourages committing sensitive information.
  • Use Case: After fixing a bug in the user authentication module, use this skill to create a commit with the type fix, scope auth, and a clear description of the bug fix.

Quick Start

Use the git-commit skill to create a commit for the new user login feature.

Frequently Asked Questions about git-commit

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

FAQPage Schema
How do I create conventional commits in Git automatically?

Yes, this Skill facilitates staging assistance by guiding you to select appropriate files before committing. It ensures atomic commits and discourages committing sensitive information during your software engineering workflow.

What is the conventional commit format for a bug fix?

The conventional commit format for a bug fix uses the type 'fix' with an optional scope and description. This Skill automates generating these structured messages to keep code changes clearly documented and maintainable.

How do I write Git commit messages for refactoring tasks?

To write Git commit messages for refactoring tasks, this Skill uses the conventional commit specification to structure your documentation. It supports feature development, bug fixes, and refactoring within your version control workflow.

Can I use this to commit documentation updates separately?

Yes, you can use this Skill to commit documentation updates separately by promoting atomic commits. It clearly documents code changes and supports documentation updates as a specific use case within the conventional commit format.

Do I need any external dependencies to enforce Git commit best practices?

No external dependencies are required to enforce Git commit best practices with this Skill. It operates independently to automate conventional commit formatting, staging assistance, and adherence to code versioning standards.