benefriches
Monorepo coding workflows, testing, reviews, and CI fixes
All Skills in This Repository (7)
Pure Emerald Level Indicatorscreate-e2e-test
Automate Playwright end-to-end tests using page objects and fixtures.
plan-feature
Analyze codebases to generate implementation plans and specs documents.
worktree
Create a dedicated git worktree with a branch prefix for feature development.
benefriches-react-best-practices
Apply Benefriches-specific React performance best practices to components, Redux selectors, and thunks.
code-reviewer
Identify code quality issues and security risks in diffs.
implement-plan
Translate feature specifications into deterministic test-first plans and deliverables inventories.
create-database-migration
Automate Knex migration creation and management for the Benefriches API.
Frequently Asked Questions
FAQPage SchemaHow to install Benefriches skills?▼
Run `npx skills add incubateur-ademe/benefriches --all -g -y` in your terminal to install all skills globally.
What do the Benefriches skills do?▼
They automate everyday development workflows in the Benefriches monorepo: writing specs and tickets, creating database migrations, running end-to-end tests, reviewing code, and fixing failing CI jobs.
How to fix a failing GitHub Actions run automatically?▼
Invoke the fix-ci skill with the failed run URL; it pulls the logs, reproduces the failure in an isolated worktree, fixes it, and verifies the fix locally.
Do these skills work with Claude Code?▼
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and compatible coding agents.
Can I create end-to-end tests without writing boilerplate?▼
Yes. The create-e2e-test skill generates Playwright page objects, fixtures, and spec files following the project's conventions from a plain description of the user flow.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core