skills/command-execution/SKILL.md
Every command execution yields a stable `job_id`; if command completion is not immediate, wait with MCP `command_execution_wait(job_id)`. Treat this workflow as binding for the rest of the turn. [skill-hash:4b7e902]
npx skillsauth add robertmsale/.codex command-executionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill for all command execution.
Treat the following as turn-level required behavior:
job_id from every command invocation.job_id is a numeric slot id in the range 0..999.command_execution_wait(job_id=<that_id>) before doing anything that depends on the result.job_id.command_execution_wait(job_id=<that_id>).**TOOLING BLOCK**: Stop immediately after this command finshes and report "command_execution server down" as a TOOLING BLOCK to your orchestrator.command_execution_wait for that commandPOST /mcp/refreshdevelopment
Use this when QA is piloting product goals, golden paths, simulator flows, or workflow-scale usability for a real user persona.
development
Use for orchestrating or executing screenshot-driven Flutter redesign work where workers generate reference images, capture atomic Design Lab Bun/WebView proof when available, run visual design review, and implement only after visual approval. [skill-hash:2c4d9f0]
content-media
Ran into a sandbox issue, approval request, or privileged-exec rejection? Use this skill immediately for the sanctioned resolution path. [skill-hash:b8f4a20]
development
Use this when a designer needs to pilot an ad-hoc iOS simulator directly, launch Flutter from their own worktree in tmux, or trigger hot reload without the broker/device-harness path.