Trigger skvm jit-optimize with post-task evidence so it generates a reviewable optimization proposal for a skill. Use after finishing a task that was driven by any skill (not just SkVM-compiled ones) when the outcome was a failure, was partial, or the skill's instructions clearly caused confusion or an unnecessary detour. Clean successful runs usually do not need an optimization pass. For general skvm usage (profile/aot-compile/bench/proposals), use the sibling skvm-general skill instead.
$npx -y skills add sjtu-ipads/skvm --skill skvm-jitInstalls into the current project.
Run `npx skills use "https://github.com/sjtu-ipads/skvm" --skill "sjtu-ipads/skvm/skvm-jit"` 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/sjtu-ipads/skvm" that are relevant to the current task. Run `npx skills add "https://github.com/sjtu-ipads/skvm"` and select the relevant skills, then follow their instructions.