Gog
一个面向 Dev Tools 场景的 Agent 技能。原始说明:Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
name: route-work
description: Invisibly classify work and choose Codex or Claude, reasoning effort, context shape, execution style, and verification profile. Use before agent, oneshot, Slack, CLI, repo, deploy, review, or operational work where provider/reasoning should be selected automatically without asking the user.
metadata:
author: ADWilkinson
version: "1.1.0"
repository: "https://github.com/ADWilkinson/oneshot-cli"
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.