Safe maintenance for an existing docflow setup. Regenerates INDEX.md, installs or refreshes recognized DocFlow-managed helper scripts, runs link checks, and reports placeholder/validation issues. Use when docflow exists, after adding or renaming docs, or when doctor recommends repair.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add MedAdemBHA/docflow --skill repair --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Repair?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/medadembha-repair)More formats (shields.io, HTML) on the badges page.
---
name: repair
description: 'Safe maintenance for an existing docflow setup. Regenerates INDEX.md, installs or refreshes recognized DocFlow-managed helper scripts, runs link checks, and reports placeholder/validation issues. Use when docflow exists, after adding or renaming docs, or when doctor recommends repair.'
---
# repair
Goal: safe generated-file maintenance only.
## Run
```bash
bash scripts/docflow-repair.sh --target <REPO ROOT>
```
## It May Change
- `<DOCS_ROOT>/INDEX.md`
- missing helper scripts under `scripts/`
- existing helper scripts whose headers identify them as DocFlow-managed
## It Must Not Change
- README content
- product specs
- ADRs
- changelog months
- roadmap/plans
- existing project docs
- customized helper scripts without a DocFlow-managed header
Report broken links, placeholders, and validation warnings instead of fixing content unless the user asks.
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!