.agents/skills/database/SKILL.md
PostgreSQL schema management and optimized queries. Use when creating or modifying migrations, schemas, or complex SQL queries.
npx skillsauth add FRmicrow/dataFootV1 databaseInstall 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 managing the PostgreSQL database for the statFootV3 project.
Use this skill for any database-related tasks, including:
process.env.DATABASE_URL.db.all(sql, [params])). Never use string interpolation for SQL.backend/scripts/v3/migrate.js.WHERE, JOIN, or ORDER BY clauses.EXPLAIN ANALYZE to identify and fix slow queries.backend skill to provide data persistence.data-analyzer skill by providing a robust data storage layer.performance skill to ensure optimal query execution times.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.