github-commit-management
Installation
SKILL.md
GitHub Commit Management
Overview
Specialized skill for managing Git commit standards, ensuring atomic commits, maintaining commit history integrity, and enforcing conventional commit practices across the Paperclip ecosystem.
Capabilities
Commit Standards Enforcement
- Conventional Commits: Implementation and enforcement of conventional commit format
- Semantic Versioning: Integration with semantic versioning practices
- Message Quality: Automated validation of commit message quality and completeness
- Template Enforcement: Standardized commit message templates and guidelines
Atomic Commit Management
- Logical Changes: Ensuring commits represent single, logical units of change
- Change Isolation: Proper separation of concerns in commit content
- Revert Safety: Commits designed for safe and clean reversion
- Review Readiness: Commits structured for efficient code review