.agents/skills/performance/SKILL.md
Optimization of queries, bundles, and execution time. Use when improving application speed or reducing resource usage.
npx skillsauth add FRmicrow/dataFootV1 performanceInstall 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 optimizing the statFootV3 project for speed and efficiency.
Use this skill for:
PerformanceObserver, or backend profilers.node-cache or Redis for data that doesn't change frequently.React.lazy and Suspense for code-splitting.useMemo and useCallback strategically in React to avoid unnecessary re-renders.SELECT *.database skill to optimize data access.web-dev skill for UI performance.devops skill by ensuring resource efficiency in production.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.