incubateur-ademeincubateur-ademeOfficial·7 Agent Skills Included

benefriches

Monorepo coding workflows, testing, reviews, and CI fixes

Guides coding work across the Benefriches TypeScript monorepo with ready-made workflows for specs, tickets, database migrations, and end-to-end tests. Runs code reviews, security audits, and CI failure fixes automatically, eliminating manual checklist work and repeated mistakes. Enforces clean architecture, naming, and testing conventions so every change ships consistent and verified.
npx skills add incubateur-ademe/benefriches --all -g -y
Available:

Routes the agent to the right app-specific guide and enforces monorepo rules like pnpm usage, shared package rebuilds, migrations, and required quality checks before committing.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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