Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

fred

fred enthält 9 gesammelte Skills von ThalesGroup, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
9
Stars
58
aktualisiert
2026-07-17
Forks
28
Berufsabdeckung
3 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

add-fred-capability
Softwareentwickler

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
Softwareentwickler

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

2026-07-13
review-fork
Softwarequalitätssicherungsanalysten und -tester

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
Softwarequalitätssicherungsanalysten und -tester

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

2026-06-19
merge-review
Softwarequalitätssicherungsanalysten und -tester

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
Softwarequalitätssicherungsanalysten und -tester

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

2026-06-19
test-gaps
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Datenbankarchitekten

Query PostgreSQL databases running in the app-postgres Docker container

2026-06-02