git-convention
SKILL.md
Git Convention
Standards de gestion de version pour Agents et Développeurs. Ce skill doit être utilisé pour toute opération Git (commit, push, checkout) ou demande d'aide sur Git.
Priorités de Référence
| Priority | Category | Impact | Reference File |
|---|---|---|---|
| 1 | Sécurité | CRITICAL | security.md |
| 2 | Workflow | HIGH | workflow.md |
| 3 | Recovery | HIGH | recovery.md |
| 4 | Configuration | MEDIUM | config.md |
Quick Reference
1. Sécurité (CRITICAL)
- Vérifier
git statusavantgit add - Jamais de
--forcesur branches protégées (main/master)
2. Workflow (HIGH)
- Atomique : 1 commit = 1 changement logique
- Conventional :
Header+Body+Footer(Strict) - Branches : Pas de dev direct sur main
3. Recovery (HIGH)
- Amend : Pour corrections mineures pré-push
- Restore : Pour annuler proprement
4. Configuration (MEDIUM)
- Identité : Vérifier user.name/email
- Gitignore : Ignorer
.env,node_modules
Weekly Installs
3
Repository
yanix2445/skillsFirst Seen
Feb 10, 2026
Security Audits
Installed on
opencode3
gemini-cli3
antigravity3
github-copilot3
codex3
kimi-cli3