What problem does it solve?
This Skill streamlines the process of committing code by ensuring commits are atomic, well-described, and linked to relevant issues, improving code quality and project traceability.
Core Features & Use Cases
- Atomic Commits: Analyzes changes and groups them by purpose for clean, focused commits.
- Conventional Commits: Enforces a standardized commit message format for better readability and automation.
- Issue Linking: Automatically comments on associated GitHub issues with commit details.
- Use Case: After completing a specific feature, you can run this Skill to ensure all related code changes are committed atomically and that the corresponding GitHub issue is updated with the implementation details.
Quick Start
Run the tdg:atomic skill to analyze your changes and create atomic commits.