con un clic
zigrix-evidence
Collect and merge task evidence in Zigrix.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Collect and merge task evidence in Zigrix.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Main-agent-only guide for Zigrix Task creation, orchestrator binding, lifecycle handoff, dashboard, and path resolution. Never use this skill as orchestrator/worker runtime instruction.
Shared guidance for Zigrix authority, lifecycle commands, output modes, path resolution, and safety.
Create a revision-0 Zigrix Task and bind its spawned orchestrator through the bootstrap composition flow.
Inspect authoritative Zigrix Task metadata, pending recovery, requests, assignments, and result decisions.
Execute an exact bound Zigrix assignment and submit an immutable unit result.
Official OpenClaw Zigrix entrypoint. Force Zigrix delegation when a message starts with `/oz`, and semantically route plain-language requests to hand work off, assign it, or have Zigrix take it instead of doing the work directly.
Basado en la clasificación ocupacional SOC
| name | zigrix-evidence |
| version | 0.3.0 |
| description | Collect and merge task evidence in Zigrix. |
| metadata | {"openclaw":{"requires":{"bins":["zigrix"]},"cliHelp":"zigrix evidence --help"}} |
Use evidence commands to persist verification outputs and merge completion state.
zigrix evidence collect --task-id DEV-20260316-001 --agent-id <qaAgentId> --summary "QA passed" --json
zigrix evidence merge --task-id DEV-20260316-001 --require-qa --json
Key JSON output fields:
evidence collect → evidencePath (absolute path to the written evidence file)evidence merge → mergedPath (absolute path to the merged evidence file)Do not construct evidence file paths manually from symbolic keys. Always use the evidencePath / mergedPath returned by the CLI.