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

fred

fred 收录了来自 ThalesGroup 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
58
更新
2026-07-17
Forks
28
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

add-fred-capability
软件开发工程师

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
软件开发工程师

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

2026-07-13
review-fork
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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

2026-06-19
merge-review
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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

2026-06-19
test-gaps
软件质量保证分析师与测试员

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
软件开发工程师

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
数据库架构师

Query PostgreSQL databases running in the app-postgres Docker container

2026-06-02