
Claude Skills by incubateur-ademe
github.com/incubateur-ademeReviews code for bugs, security vulnerabilities, and quality issues. MUST be invoked automatically after completing a coding task (feature, bug fix, or refactor) - do not wait for user to request it.
Create Knex database migrations for the Benefriches API. Use when adding, modifying, or removing database columns/tables. Handles schema changes (create table, add/drop/rename columns), data migrations, and updates to tableTypes.d.ts.
Create end-to-end tests using Playwright with page objects and fixtures following project conventions
Implement a feature plan from a spec file, following test-first methodology and tracking all deliverables
Create a detailed implementation plan for a new feature, exploring codebase and loading relevant architecture patterns
React best practices and performance optimization for Benefriches (Vite + Redux). Reference when writing components, implementing Redux patterns, reviewing code quality, or optimizing performance.
Create a git worktree and prime the development environment for a new feature or refactor