.agents/skills/data-analyzer/SKILL.md
Specialized skill for analyzing, normalizing, and processing football match data (JSON/CSV) and xG (Expected Goals) statistics. Use this when working with data in Scrapbyvideo/, xGData/, or ScreenData/.
npx skillsauth add FRmicrow/dataFootV1 data-analyzerInstall 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 provides expertise in handling the specific data formats used in the statFootV3 project.
Scrapbyvideo/ (structured by league and season).xGData/matchXG/.ScreenData/.project-context skill to ensure data is correctly ingested into the backend via the established API services.ml-service by providing clean, pre-processed training or inference data.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.