What problem does it solve?
This Skill helps automate the process of creating atomic git commits that align with specific Ito changes, streamlining the workflow for developers who apply changes to their repositories.
Core Features & Use Cases
- Atomic Commits: Ensures that each commit corresponds to a single Ito change, maintaining code integrity.
- Commit Message Customization: Allows users to include Ito change IDs in commit messages for better traceability.
- Commit Confirmation: Offers options for auto-commit or manual confirmation to ensure accuracy.
- Use Case: Ideal for developers using Ito for version control and who need to quickly and reliably commit changes to their codebase.
Quick Start
Use the ito-commit skill to create a commit for an Ito change. For example, run ito-commit --change "001-02_add-tasks" to commit changes related to the Ito change with ID "001-02_add-tasks".