Document Skill original
Rendu depuis le dépôt source en conservant titres, exemples, code, tableaux, liens et images.
Run the documented test scripts from package.json (filtered to the change when the repo supports it). Fix owning causes. Do not publish.
- Identify the test command for the affected packages (
pnpm test, Turbo filters, or the app E2E script). Prefer the narrowest suite that covers the change; use the full suite when the failure is unknown or the user asked for it. - Run the command. Capture failing tests, not a paraphrase.
- Fix one owning cause at a time. Re-run the failed command. Do not weaken assertions or skip tests to obtain a pass. Stop when the suite is green or remaining failures need a human (secrets, env, flaky infra).
- Docs:
/w-docsif behavior or commands changed.

