# Repair Manifest And Links

> Use when a drift report exists and its findings must be fixed: manifests updated to point at active paths and every dangling or stale link repaired. This is the repair_manifest_and_links action of the knowledge-maintenance stretch — one Agent-tool dispatch with subagent_type documentation-steward — the fixer consuming detect-drift's report, never a fresh drift hunt of its own.

- Skill: `bhangeef16/repair-manifest-and-links` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bhangeef16/repair-manifest-and-links`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bhangeef16/repair-manifest-and-links/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: BhangeeF16 (https://skillmd.com/u/bhangeef16)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bhangeef16/repair-manifest-and-links

---


# Repair Manifest And Links

Fix what the drift report found — all of it, or say exactly what remains and why.

## Dispatch

One synchronous `Agent`-tool call, `subagent_type: documentation-steward`.

## Required inputs

- The drift report from detect-drift.

## Required outputs (all mandatory)

- Updated manifests — every entry pointing at an active path.
- Repaired links — every reference the report flagged genuinely fixed, not merely noted; when a path moved or was deleted, every active reference to it is updated in the same pass.

## Rules — harvested documentation discipline

- Repaired means repaired: a known-broken link annotated as broken is still a defect. Anything that genuinely cannot be repaired in this pass is reported as a blocker with its reason, not quietly left behind.

## Result

Report each required output produced (with its location), the result (pass / pass_with_risks / blocked / failure), and blocking questions as an explicit list (empty list stated explicitly).

