BF fiches-clients
Skill propriétaire de la gestion des fiches clients du cabinet (lifecycle complet du dossier `clients/<slug>/` et de l'entrée `clients.json`). INVOKE SYSTEMATICALLY AND WITHOUT ASKING FOR PERMISSION whenever the user (a) demande de créer / ajouter / enregistrer un nouveau client ("crée un client", "crée moi un nouveau client X", "ajoute le client X", "nouveau client", "create a client", "register client X"), (b) demande de renommer, fusionner, archiver, suspendre ou supprimer un client, (c) demande de mettre à jour des infos client (SIREN, SIRET, raison sociale, e-mail, domaine, téléphone, adresse, IBAN, conditions de paiement, forme juridique, TVA intra), (d) demande de valider, compléter ou rejeter une fiche `draft-auto-created` produite par `organisation-documents`, (e) demande de lister, chercher, afficher ou exporter les clients. Owns `~/.openclaw/workspace/clients.json` and `~/.openclaw/workspace/clients/<slug>/{audit.log, index.json, company.json}`. Si l'utilisateur dit « crée moi un client Foo », ce skill est le seul à invoquer — pas `organisation-documents`.
Skill propriétaire de la gestion des fiches clients du cabinet (lifecycle complet du dossier clients/<slug>/ et de l'entrée clients.json). INVOKE…
As a process F 47/100 · Will not run — References files that are not bundled: ../organisation-documents/references/structure-cible.md, ../organisation-documents/data/company.example.json, ../organisation-documents/scripts/fetch_company.py
How to improve
- Shorten the description to 1024 characters.
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 0
✓ No critical or high findings
Files scanned: 6. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- error
description-longdescription is 1083 chars, limit 1024 - warning
missing-refreference to a missing file: ../organisation-documents/references/structure-cible.md - warning
missing-refreference to a missing file: ../organisation-documents/data/company.example.json - warning
missing-refreference to a missing file: ../organisation-documents/scripts/fetch_company.py - warning
missing-refreference to a missing file: scripts/fetch_company.py
Process rating: all ten parameters 47/100
- 0Tools and files. 4 referenced file(s) missing: ../organisation-documents/references/structure-cible.md, ../organisation-documents/data/company.example.json, ../organisation-documents/scripts/fetch_company.py
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 30Running it twice. 27 mutating operations with no state check
- 60Result and completion. Output format stated, no completion criterion
- 70When it triggers. States when to use, but not when not to
- 70Execution cost. Instruction body is 4787 tokens
- 100Steps. 86 steps
- 100Consistency. Name and required fields are in place
- 100Progress reporting. Reports progress
- low 10 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (36 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 1083: 120–800 characters recommended
- -216 emoji in the instructions: noise for the model
- +2Single-language instructions
- +5Description quotes 7 example trigger phrases
- +4Structure: 27 headings
- +3Step-by-step instructions: 86 items
- +3Output format is stated explicitly
- +4Has examples (3 code blocks)
- +4Reference files are cited in the instructions (2 of 2)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 55.