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

fred

fred contient 9 skills collectées depuis ThalesGroup, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
9
Stars
58
mis à jour
2026-07-17
Forks
28
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

add-fred-capability
Développeurs de logiciels

Author a new Fred agent capability (manifest + middleware) built on fred-sdk. Picks the right authoring lane, maps each runtime need to a middleware hook, wires entry-point registration, and enforces the capability boundary (never hand-edit union/registry hotspots, no capability code in control-plane, no runtime info in LLM tool signatures).

2026-07-17
fga
Développeurs de logiciels

Query OpenFGA authorization tuples and explain why a user has (or doesn't have) a permission on an object

2026-07-13
review-fork
Analystes en assurance qualité des logiciels et testeurs

Safety-first review of an external pull request from an untrusted fork. Fetches the diff read-only into an isolated worktree, scans for supply-chain / exfiltration / CI-tampering threats, checks scope, then delegates correctness review. Never builds or runs the fork's code.

2026-06-25
audit-branch
Analystes en assurance qualité des logiciels et testeurs

Pre-PR audit of the current branch — dead code, duplicate symbols, contract drift, leftover artifacts, import gaps.

2026-06-19
merge-review
Analystes en assurance qualité des logiciels et testeurs

Post-merge validation — check that both sides of a merge were fully integrated, nothing was silently dropped, and quality still passes.

2026-06-19
quality-root
Analystes en assurance qualité des logiciels et testeurs

Run make code-quality from the monorepo root, covering all modules. Never run it per-module.

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

Identify new code paths added in the current branch that have no test coverage. Reports gaps; does not write tests.

2026-06-19
add-kpi-to-dashboard
Développeurs de logiciels

Add a new KPI metric to the analytics dashboard. Covers: creating a backend preset, regenerating frontend types, wiring the RTK Query hook, and rendering it on AnalyticsPage.

2026-06-18
psql
Architectes de bases de données

Query PostgreSQL databases running in the app-postgres Docker container

2026-06-02