Run the Logic-Lens skill-improvement loop end to end — baseline → diagnose failures → edit → sync cache → re-eval → verify net gain → iterate until clean. Use whenever the goal is to RAISE a skill's eval score or fix a failing eval mode: "improve logic-review", "the format compliance is failing, fix it", "iterate on this skill until the evals pass", "raise the score", "re-run the loop on the latest failures", "run another iteration", "tune the skill description / disambiguation table against the evals". Also use to RESUME a prior loop ("continue improving from where we left off", "do another pass", "iterate further"). Do NOT use for: a one-off question about a skill, shipping a release (use bump-version), or scaffolding a brand-new skill (use new-skill).
$npx -y skills add hyhmrright/logic-lens --skill iterate-skillInstalls into the current project.
Run `npx skills use "https://github.com/hyhmrright/logic-lens" --skill "hyhmrright/logic-lens/iterate-skill"` 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/hyhmrright/logic-lens" that are relevant to the current task. Run `npx skills add "https://github.com/hyhmrright/logic-lens"` and select the relevant skills, then follow their instructions.