vp-git
Installation
SKILL.md
Git Workflows
Use repository evidence before applying a generic workflow. Treat local history, remote state, and hosting-platform state as separate sources of truth.
Principles
- Start with read-only inspection and identify the repository's own conventions.
- Preserve unrelated work and make the smallest reversible change.
- Require explicit authorization for writes to history, remotes, branches, PR state, or other collaborators' surfaces.
- Verify the exact resulting diff, history, remote state, and checks that matter to the requested outcome.
- Prefer Git's current help and repository tooling over copied command recipes.