What problem does it solve?
This Skill automates the process of staging all current changes, running essential quality and safety checks, committing the changes with an AI-generated message, and pushing them to the remote repository, ensuring code integrity and consistency.
Core Features & Use Cases
- Automated Git Workflow: Stages all changes, commits, and pushes in one go.
- Quality Gates: Integrates linting and type-checking based on project type (Node.js, Python, Rust, etc.).
- Safety Checks: Scans for secrets, large files, and build artifacts before committing.
- Use Case: After completing a feature that involves code, documentation, and configuration updates across multiple files, use this Skill to ensure everything is checked, committed, and pushed with a descriptive message.
Quick Start
Use the push-all skill to stage, commit, and push all current changes to the remote repository.