What problem does it solve?
This skill provides a safe local gate before code changes are committed and pushed, ensuring that only intentional work is captured in version history and that unrelated or unverified files are not accidentally committed.
Core Features & Use Cases
- Local verification before commit: runs checks to confirm readiness and safety of changes.
- Explicit staging: prompts you to stage only the files you intend to include.
- Commit on the current branch: commits on the active branch, with guidance for conventional messaging.
- Push with guardrails: pushes to the repository while preserving safeguards, reducing accidental pushes to main/master.
- Use Case: finishing a feature after implementation by finalizing and pushing a clean, review-friendly commit.
Quick Start
Run the cp skill to verify, stage, commit, and push changes on the current branch.