Apply skill documentation edits across multiple files
skill-audit-remediateworkflowsetup L2★2
kitaekatt/plugins-kit ↗What it does
Apply decided remediation edits across multiple skill SKILL.md files in parallel lanes
Best for
Apply bulk skill remediation when decisions span multiple files and lane isolation is guaranteed.
Inputs
- · perFile array: {path, remediations: [{criterion, taxonomy, decision, instruction}]}
- · post-Q&A phase decisions
Outputs
- · per-file result: {path, applied, skipped, failed, actions[]}
Requires
- · file Read/Edit
Preconditions
- · skills exist
- · target files identified
- · decisions made (apply/skip/refined-instruction)
- · no two lanes edit same file
Failure modes
- · edit anchor not found (recorded as failed)
- · taxonomy I edit moves Dec-N to CLAUDE.md but CLAUDE.md parse fails
- · adjacent file reference (taxonomy H) becomes stale
Trust signals
- · applied/skipped/failed counts
- · per-criterion status
- · Edit tool anchoring verified