Agent Claude Code
Analyzes branch changes vs main and determines whether e2e tests need to be created or updated. Produces a structured report with coverage gaps and recommendations.
Agent Claude Code
Analyzes branch changes vs main and determines whether e2e tests need to be created or updated. Produces a structured report with coverage gaps and recommendations.
Agent Claude Code
Proactive security vulnerability scanner. Use AUTOMATICALLY after writing code that handles user input, authentication, API endpoints, database queries, or sensitive data.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing format-check.sh. From incubateur-ademe/benefriches.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse) and 65 allowed tools.
Skill Claude CodeCodex
Evaluate whether session changes warrant an Architecture Decision Record, and create one if justified. Use when significant architectural decisions have been made, new patterns introduced, or after major refactors.
Skill Claude CodeCodex
Reviews 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. Also use when the user asks to review changes, check a diff, or look over a branch/PR before committing.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Create end-to-end tests using Playwright with page objects and fixtures following project conventions. Use when the user asks to add e2e tests for a feature or user flow.
Skill Claude CodeCodex
Analyze current branch changes vs main and determine whether e2e tests need to be created or updated. Produces a structured report with coverage gaps and recommendations. Use after completing a feature or before creating a PR.
Skill Claude CodeCodex
Diagnose and fix a failed GitHub Actions job run. Given a run URL/ID (or the latest failed run on the current branch), pulls the failure via the gh CLI, reproduces it in an isolated worktree off the exact failing commit, fixes it, and verifies locally. Use when the user says "fix the failing CI", "the GitHub Action…
Skill Claude CodeCodex
React best practices for Benefriches (Vite + Redux). Covers code quality, component patterns, state management, and performance. Use when writing, reviewing, or refactoring React components, debugging slow interactions, or implementing Redux patterns.
Skill Claude CodeCodex
Reflect on the current session to find mistakes, user corrections, ambiguous instructions, and failures — then propose durable root-cause fixes to the project's instruction docs (CLAUDE.md, .claude/rules, .claude/skills) so they don't recur. Use when the user asks to reflect on the session, run a retro/postmortem…
Skill Claude CodeCodex
Run Benefriches end-to-end tests with automatic Docker stack lifecycle management. Starts the e2e docker-compose stack, waits for readiness, runs Playwright tests, and tears down the stack on success. Use when the user asks to run e2e tests, end-to-end tests, or invokes /run-e2e-tests. Accepts an optional argument to…
Skill Claude CodeCodex
Comprehensive security audit for authentication, input validation, secrets, and API security. Use for pre-deployment audits or targeted security analysis.
Skill Claude CodeCodex
Turn the current conversation into a design spec for a task and write it to .agents/tasks/ /DESIGN.md — no interview, just synthesis of what's already been discussed. Invoke only when the user explicitly runs /to-spec.
Skill Claude CodeCodex
Break a task's DESIGN.md (or the current conversation) into vertical-slice tickets with blocking edges, written as one file per ticket under .agents/tasks/ /issues/. Invoke only when the user explicitly runs /to-tickets.
Skill Claude CodeCodex
How the apps/web wizard-form engine works and how to extend it — the generic multi-step form engine (ADR-0015) behind urban & photovoltaic project creation and editing. Use when working on any guided multi-step form, adding a new wizard-form flow or step, touching shared/core/wizard-form, or wiring create/update…
Skill Claude CodeCodex
Merge a worktree branch into main, remove the worktree, and delete the branch. Use when done with a worktree and ready to integrate or discard the work.
Skill Claude CodeCodex
Create a git worktree and prime the development environment for a new feature or refactor. Use when starting isolated feature work or needing a separate working copy.
MCP server Claude CodeCodexCursor +2
MCP server "context7" as configured in incubateur-ademe/benefriches. Launched with pnpm exec context7-mcp --transport stdio.
Instructions file CodexOpenCode
Instructions for incubateur-ademe/benefriches, a project described as: L'outil numérique qui quantifie et monétarise les impacts environnementaux, sociaux et économiques d'un projet d'aménagement, sur friche ou en extension urbaine.
Instructions file
Instructions for incubateur-ademe/benefriches, covering benefriches - monorepo guide, quick lookup, critical don'ts, monorepo structure and essential pnpm commands.