Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

lif-core

lif-core contient 11 skills collectées depuis LIF-Initiative, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
4
mis à jour
2026-06-22
Forks
8
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

address-pr-feedback
Analystes en assurance qualité des logiciels et testeurs

Triage and respond to review feedback on your open LIF Core PRs — pull each PR's reviews + inline comments, apply fixes (or push back with reasoning), reply inline, and re-request review. Appends commits (never force-pushes) and gates outward-facing replies on your confirmation.

2026-06-22
adr-write
Développeurs de logiciels

Draft a new LIF Core ADR. Picks the right domain folder, fills that folder's _template.md, assigns the next per-folder number, and commits. Knows the per-domain-folder, per-folder-numbered ADR layout under docs/design/adr/.

2026-06-22
issue-sweep
Développeurs de logiciels

Multi-agent staleness sweep of open GitHub issues — fan out cheap agents to check which open issues are already resolved by merged PRs / shipped code, arbitrate the uncertain ones, and surface a close-list with evidence. Closing is gated on user confirmation.

2026-06-22
multi-agent-plan
Développeurs de logiciels

Iteratively design a multi-layer LIF Core feature via a Workflow that runs sequential Opus Plan agents, each refining the prior version through one lens (FP/Polylith → backend correctness → frontend/holistic). Writes v1–v4 plan files to .claude/plans/<feature>-vN.md.

2026-06-22
new-microservice
Développeurs de logiciels

Stand up a new LIF HTTP service end-to-end — Polylith base + project + auth wiring + docker-compose + GitHub Actions + CloudFormation + tests — as an executable checklist with the known pyproject/brick/Docker pitfalls baked in.

2026-06-22
open-pr
Développeurs de logiciels

Open a convention-compliant LIF Core PR — reads AGENTS.md + CONTRIBUTING.md + the PR template (which do NOT auto-load), verifies branch/commits/pre-commit, fills the template (Closes

2026-06-22
promote-to-demo
Administrateurs de réseaux et de systèmes informatiques

Promote the current dev build to the demo environment — bump image tags from dev :latest, deploy the ECS stacks, the MDR frontend, and (if migrations changed) the SAM databases. Gates the promotion on explicit user sign-off after a dev check.

2026-06-22
refactor
Développeurs de logiciels

Safe, behavior-preserving refactoring for LIF Core — split bricks, extract helpers, converge patterns — with a verify gate (ruff/ty/pytest/poly) after every atomic change.

2026-06-22
self-review-relay
Développeurs de logiciels

Run the 4-pass self-review relay over a diff before opening or finalizing a PR — three independent lenses (correctness/security, robustness/ops, tests/conventions/scope) in parallel, then a synthesis pass that dedupes and sorts into blockers vs. nits. Catches issues before a reviewer does.

2026-06-22
test
Analystes en assurance qualité des logiciels et testeurs

Run the full LIF Core check suite — ruff, ty, pytest unit, Polylith check, integration, and the advisor-app frontend tests — and report a summary table.

2026-06-22
docs-index
Développeurs de logiciels

Use this skill when a PR adds, removes, renames, or significantly rewrites a Markdown doc anywhere under `docs/`. The skill keeps `docs/INDEX.md` in sync with the actual file tree and the conventions in `docs/README.md`. Trigger phrases include: "update INDEX.md", "add to docs index", "the docs index needs updating", "this doc needs an INDEX entry", and any case where a doc-touching PR closes without an INDEX update.

2026-04-28