prumo_fix
Fixes case mismatches, missing paths, and markdown links in files relative to the git index, reporting any remaining issues without altering other content.
Instructions
Rewrites case mismatches in place to the spelling the git index holds, and a missing path or a markdown link to the name git recorded when it renamed the file, then reports what remains. Nothing else is touched: a link suggested from a name, a missing path with no history and a deleted file are never edited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Path to the git repository. Defaults to the current working directory of the server. | |
| targets | No | Markdown files or folders to check, relative to the repository. Omit to auto-detect CLAUDE.md, AGENTS.md, installed SKILL.md files and the rest. |