Re-audit and reconcile a repo that was already onboarded with an OLDER version of this kit. Use when a repo already has a coverage-manifest.yml, generated tests, and a report, and you want to redo/re-run/recheck/reconcile/upgrade/migrate it against the current classification rules: re-sweep to spot misclassifications (false exclusions such as DbContext-injected services wrongly frozen, mixed folders collapsed to one glob), correct the manifest in place, migrate it to the current schema, generate tests only for the newly-found gaps while keeping existing tests intact, and write a fresh report. Triggers: 'redo coverage', 're-run coverage-init', 'recheck the manifest', 'reconcile coverage', 'upgrade the manifest', 'fix an old manifest', 'the manifest is from v1'.
$npx -y skills add livlign/claude-skills --skill coverage-redoInstalls into the current project.
Run `npx skills use "https://github.com/livlign/claude-skills" --skill "livlign/claude-skills/coverage-redo"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/livlign/claude-skills" that are relevant to the current task. Run `npx skills add "https://github.com/livlign/claude-skills"` and select the relevant skills, then follow their instructions.