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

cft-workspace

cft-workspace 收录了来自 hmcts 的 13 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

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

这个仓库中的 skills

cft-api-spec
软件开发工程师

Summarise one HMCTS service's OpenAPI spec from cnp-api-docs. Reports title, version, auth, endpoint count by tag, owning product, hosted Swagger UI link, and local file path. Use when the user asks "what does pcs-api expose", "summarise ccd-data-store-api", "what auth does X use", "show me the endpoints of Y".

2026-05-13
cft-ccd-find-feature
软件开发工程师

Find every product that uses a given CCD feature token (e.g. notice_of_change, case_flags). Use when the user asks "which services use X", "who has NoC enabled", "what products configure case flags".

2026-05-13
cft-ccd-trace-callback
软件开发工程师

Trace a CCD callback for a given event-id and service from definition through to controller. Returns the chain of file:line locations. Use when the user wants to know what runs when an event is submitted in a specific service.

2026-05-13
cft-cross-repo-search
软件开发工程师

Search across all cloned HMCTS repos using the workspace's pre-tuned ripgrep wrapper. Use when the user asks about code or text patterns spanning multiple service teams or platform components.

2026-05-13
cft-explain
客户服务代表

Answer a "what is X" / "how does Y work" / "explain Z" question about any CFT topic — workspace, CCD, XUI, WA, AM, bulk-scan, platform/CNP. Routes via DOCS.md to the right page in either the root docs/ tree or a product-level apps/<product>/docs/ tree.

2026-05-13
cft-find-endpoint
软件开发工程师

Find which HMCTS API service exposes a given HTTP path. Searches cnp-api-docs for matching OpenAPI paths and reports the owning service, methods, the local spec file, the hosted Swagger UI link and the workspace product that publishes it. Use when the user asks "which service has POST /cases/{id}/...", "what exposes /hearings", "where is /case-types defined", etc.

2026-05-13
cft-find-example
软件开发工程师

Find real, in-repo examples of how a feature is implemented in any HMCTS CFT product (CCD, XUI, WA, AM, bulk-scan, service teams). Use when the user wants concrete code references — "show me a real Notice of Change implementation", "where do they use case_flags", "give me an example of a mid-event callback".

2026-05-13
cft-how-to
客户服务代表

Find a Diátaxis how-to recipe for an action-shaped task across the workspace docs. Use when the user asks "how do I add an event in CCD", "where do I configure work allocation tasks", "how do I add a repo", "how do I publish a definition to AAT".

2026-05-13
cft-list-integrations
计算机系统分析师

List every workspace product that integrates with a given platform — work_allocation, bulk_scan, bulk_print, payment, send_letter etc. Use when the user asks "who integrates with X", "which services use payment", "what consumes work allocation".

2026-05-13
cft-tour
软件开发工程师

Give a guided tour of a workspace product — purpose, constituent repos, cross-repo wiring, and the first files a new contributor should read. Use when the user asks "tour me through nfdiv", "introduce me to ccd", "what is wa", "give me a walkthrough of pcs".

2026-05-13
docs-drift
软件开发工程师

Detect documentation drift across the workspace. Three modes — source-citation (sources: frontmatter vs cited file SHAs), port-manifest (docs/ vs upstream platops/hmcts.github.io), Confluence-revision (cached Confluence pages vs current revisions). Use when the user asks "what docs need updating?", periodically as a maintenance check, or after pulling new commits into a source repo.

2026-05-13
docs-generate-product-md
软件开发工程师

Regenerate product-level CLAUDE.md files and refresh INDEX.md. Fans out the product-analyser subagent across every product directory in the workspace, then runs ./scripts/index. Use when the user asks to populate, refresh, or re-run the workspace taxonomy, asks "what's in the workspace?", or when INDEX.md looks stale — and as the first step to make /cft-ccd-find-feature, /cft-list-integrations, and /cft-tour useful.

2026-05-13
docs-generate
软件开发工程师

Generate (or refresh) comprehensive documentation under apps/<product>/docs/ for any workspace product (ccd, am, xui, wa, bulk-scan, send-letter, em, payment, rd, …). Use when the user asks to populate, refresh, or extend a product's docs, or when a source repo has changed and pages need re-verifying.

2026-05-13