What problem does it solve?
This Skill automates the process of staging, linting, detecting secrets, committing, and pushing code changes, ensuring adherence to project governance standards before code leaves your machine.
Core Features & Use Cases
- Automated Workflow: Executes a full commit pipeline including formatting, linting, and security checks.
- Branch Management: Automatically creates feature branches from protected branches based on change type.
- Governance Enforcement: Integrates checks for documentation updates, spec verification, and protected branch policies.
- Use Case: When you've finished a new feature, simply run
/commit and the skill will handle staging, formatting, linting, secret scanning, updating documentation, creating a descriptive commit message, and pushing the branch, all while enforcing project rules.
Quick Start
Run the /commit command to stage, lint, commit, and push your changes with full governance.