| name | version-control |
| description | Use when performing Git or GitHub operations including commits, pushes, PRs, or branch creation. Activate BEFORE running git commit, git push, gh pr create, or similar commands. |
Version Control for Skyline/ProteoWizard
Before any Git or GitHub operation, read the relevant documentation:
Required Reading
- ai/docs/version-control-guide.md - Commit message format, PR format, branch naming
- ai/WORKFLOW.md - Git workflows, TODO system, branch lifecycle
Quick Reference
Commit format: Title (past tense) + bullets + TODO reference + Co-Authored-By
Branch naming: Skyline/work/YYYYMMDD_feature_name
Commands: Use /pw-pcommit or /pw-pcommitfull for guided commits
See ai/docs/version-control-guide.md for complete format specification.