Land the winning experiment from an evo run as a clean, mergeable change -- open a PR when the repo has a remote, otherwise merge into the working branch. Distills the best-scoring experiment down to the minimal diff that reproduces its behaviour, shaped for the qualities a maintainer merges on (scope discipline, test integrity, style adherence), then attaches an advisory mergeability report. Use when the user invokes /evo:ship, asks to land/merge/ship the best result, or wants to turn a finished optimization into a pull request.
$npx -y skills add evo-hq/evo --skill shipInstalls into the current project.
Run `npx skills use "https://github.com/evo-hq/evo" --skill "evo-hq/evo/ship"` 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/evo-hq/evo" that are relevant to the current task. Run `npx skills add "https://github.com/evo-hq/evo"` and select the relevant skills, then follow their instructions.