Use when a forge legacy-bridge or forge archive command emits a Task manifest (forge/.cache/legacy-bridge-task-<op>.json) that needs agent fulfillment - reads the manifest, performs the LLM op, writes results, runs --apply. Ops include map / index / regenerate / sync-check / extract.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NeverSight/skills_feed --skill legacy-bridge-fulfillment --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Legacy Bridge Fulfillment?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/neversight-legacy-bridge-fulfillment)More formats (shields.io, HTML) on the badges page.
---
name: legacy-bridge-fulfillment
description: Use when a forge legacy-bridge or forge archive command emits a Task manifest (forge/.cache/legacy-bridge-task-<op>.json) that needs agent fulfillment - reads the manifest, performs the LLM op, writes results, runs --apply. Ops include map / index / regenerate / sync-check / extract.
---
# Fulfilling legacy-bridge Task Manifests
当 `forge legacy-bridge <op>`(默认 agent 模式)或 `forge archive` emit 了一个 manifest,按此 skill fulfill。
## 流程
1. 读 `forge/.cache/legacy-bridge-task-<op>.json`。
2. 对 `tasks[]` 里每个 task:按 `task.prompt` 做判定 —— `sync-check` / `regenerate` / `extract` 必须**真读对应代码 / 文档**做判断,不许凭空产出。
3. 产物必须匹配 `task.outputSchema`,写成 `{ "text": "<你的结果>" }` 到 `task.outputPath`。
4. 跑 `forge legacy-bridge <op> --apply`(archive 场景跑 `forge legacy-bridge sync-check --apply` 后 `forge archive --resume`)。
## 反偷懒约束(硬性)
- **不许伪造判定**:`sync-check` 的「无差异」、`quality-judge` 的「fact preserved」、`extract` 的「`status: implemented`」必须基于真实比对。空结果要有依据。
- **`extract` 判 implemented 必须给真实 evidence**:`status: implemented` 的条目,`evidence` 数组必须含真实 `file:line`(你确实读过该代码);判不准就标 `unimplemented` 或 `confidence: low`,**不许编造行号**。
- **不许改 manifest**:只往 `outputPath` 写;manifest 被改 → `--apply` 的 `manifest_hash` 校验会失败。
- 高保证场景(CI / 合规)用 `--api` 模式 —— CLI 直连 API,不经 agent。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!