cursor-git-integration
Installation
SKILL.md
Cursor Git Integration
Overview
Use Cursor's Git features as a view and drafting aid while preserving repository branch protection, reviews, signed checks, and human ownership of commits/merges.
Prerequisites
- A clean or recoverable working tree, repository contribution rules, and correct remote identity.
- Required checks and reviewer/approval expectations for the target branch.
Instructions
- Inspect status and diff before staging; stage only reviewed, intended files.
- Draft but verify commit messages and never include secrets or unrelated changes.
- Run required local checks, push through the normal branch/PR workflow, and resolve feedback with evidence.
- Use revert or a new corrective commit for mistakes rather than rewriting shared history.