/branche
SkillAI & modelsCreates a new Git branch from the latest version of main, with a conventional prefix feat/ (new feature) or fix/ (bug fix). Use on /branche, or when the user wants to start new work on a dedicated branch: "nouvelle branche", "crée une br
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /branche skill
What this skill tells your AI
The instructions your AI receives, as published by naiersaidane/claude-mastery in skills/branche/SKILL.md and read by ahel’s review.
Crée une nouvelle branche à partir de la dernière version de main.
Étapes
-
Bascule sur main et récupère la dernière version :
git checkout main && git pull origin main -
Si
$ARGUMENTSest fourni (ex./branche feat/algorithme-churn) :- Utilise l'argument directement comme nom de branche
- Crée et bascule sur la branche :
git checkout -b <nom-de-branche>
-
Si aucun argument n'est fourni :
- Demande à l'utilisateur le nom de la branche ou une description du travail
- Propose un nom avec un préfixe conventionnel :
feat/oufix/ - Une fois confirmé, crée la branche :
git checkout -b <nom-de-branche>
-
Confirme la création de la branche en exécutant
git branch --show-current
Conventions de nommage des branches
Utilise ces préfixes :
feat/— Nouvelle fonctionnalitéfix/— Correction de bug
Si l'utilisateur fournit un nom sans préfixe, propose d'en ajouter un.
Signals
- GitHub stars
- 51
- Forks
- 15
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
branche- Source
- github.com/naiersaidane/claude-mastery