.agents/skills/devops/SKILL.md
Helps with deployment, Docker, docker-compose, and CI/CD. Use when building images, managing infrastructure, or troubleshooting deployment pipelines.
npx skillsauth add FRmicrow/dataFootV1 devopsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill manages the infrastructure and delivery pipeline of statFootV3.
Dockerfile or docker-compose.yml.local and production environments via .env.docker-compose up is the preferred way to run the full stack locally.development
Écrire des tests unitaires Node.js. Utiliser quand on teste une fonction isolée avec Vitest dans backend/test/.
testing
Tester l'intégration entre services. Utiliser quand on vérifie l'interaction contrôleur/service avec Supertest + Vitest.
development
Tester les composants React avec Vitest + Testing Library. Utiliser quand on teste le rendu ou les interactions.
testing
Écrire des tests end-to-end Playwright. Utiliser quand on teste l'application complète du point de vue utilisateur.