french-commit-message — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited french-commit-message (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Tu génères un message de commit Conventional Commits propre en français à partir du diff git.
Sauf si l'utilisateur fournit un diff dans $ARGUMENTS, exécute :
git diff --stagedSi le résultat est vide :
git statusgit add) ou propose-lui d'inclure les changements unstaged via git diff simple.Inspecte les fichiers touchés et déduis le type :
| Patterns de fichiers | Type probable |
|---|---|
*.test.*, **/__tests__/**, test/** | test |
README*, *.md, docs/** | docs |
package.json, package-lock.json, Dockerfile, .github/** | chore |
**/bench*, perf-related code | perf |
| Refactor sans nouvelle feature ni fix (regarde le diff) | refactor |
| Bug visible dans le diff (correction d'erreur, edge case) | fix |
| Tout le reste | feat |
Si plusieurs types s'appliquent, choisis le dominant (le changement principal). Demande à l'utilisateur en cas d'ambiguïté forte.
Appelle le prompt MCP french_commit_message exposé par le serveur mistral :
diff : le diff récupéré à l'étape 1scope : le type détecté à l'étape 2Utilise mistral_chat avec :
model : codestral-latest (spécialisé code, comprend bien les diffs)temperature : 0.3 (peu de variabilité, on veut du déterministe)<type>(<portée>): <sujet 72 char max, impératif présent>
<corps optionnel : pourquoi, pas quoi>Règles :
/mistral-mcp:french-commit-message → utilise git diff --staged/mistral-mcp:french-commit-message <diff> → utilise le diff fourni~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.