Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

benefriches

benefriches 收录了来自 incubateur-ademe 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
14
Stars
45
更新
2026-07-13
Forks
3
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

worktree
软件开发工程师

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.

2026-07-13
fix-ci
软件开发工程师

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 failed", invokes "/fix-ci", or points at a failed GitHub Actions run.

2026-07-08
code-reviewer
软件质量保证分析师与测试员

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.

2026-07-07
reflect
其他计算机职业

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, capture lessons, or after a session with notable corrections or repeated mistakes.

2026-07-07
create-database-migration
数据库架构师

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.

2026-06-24
run-e2e-tests
软件质量保证分析师与测试员

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 focus on specific tests (e.g., tests/create-site/ or a specific spec file).

2026-06-08
implement-plan
软件开发工程师

Implement a feature plan from a spec file, following test-first methodology and tracking all deliverables. Use this skill whenever the user says "implement this plan", "start working on specs/...", "let's build the feature from the spec", "execute the plan", or points at a plan file and says to build it. Don't wait for explicit "implement-plan" keywords.

2026-05-12
plan-feature
软件开发工程师

Create a detailed implementation plan for a new feature in the Benefriches project. Use this skill whenever the user wants to plan, spec, or design the implementation of a feature — even if they just say "I want to implement X", "let's add Y", "how should we build Z", or "write a plan for...". Don't wait for explicit "plan" or "spec" keywords. This skill explores the codebase, loads relevant architecture patterns, and produces a structured markdown plan with TDD-ordered tasks, file lists, and validation commands.

2026-05-12
create-e2e-test
软件质量保证分析师与测试员

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.

2026-04-04
e2e-coverage-check
软件质量保证分析师与测试员

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.

2026-04-01
adr
计算机系统分析师

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.

2026-03-30
react-best-practices
网页开发工程师

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.

2026-03-30
security-review
信息安全分析师

Comprehensive security audit for authentication, input validation, secrets, and API security. Use for pre-deployment audits or targeted security analysis.

2026-03-30
worktree-merge
软件开发工程师

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.

2026-03-30
benefriches GitHub Agent Skills | SkillsMP