Use this skill silently. The user should not have to choose provider, model, reasoning, mode, or workflow.
When oneshot is available, inspect a route with:
oneshot route "<task>" --json
Use the returned provider, reasoningEffort, contextShape, executionStyle, and verification to shape the run. For actual oneshot code work, just run the normal command; adaptive routing is applied by the CLI when ~/.oneshot/config.json has:
{
"routing": { "enabled": true }
}
none: answer or inspection only.focused: run the relevant local check or inspect the exact touched surface.full: run repo-standard tests/build/typecheck and review diff.deploy-health: verify the shipped service, release, remote host, or live health endpoint after changes.共 1 个版本