com um clique
ev-query
Query the weft event log with filters. Use only when user types /ev-query.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Query the weft event log with filters. Use only when user types /ev-query.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Analyze weft workflow runs for timing and friction. Use only when user types /wf-analyze.
Check weft template currency — drift of working copies vs the bundled canonical, and whether the plugin clone is behind upstream. Use only when user types /wf-doctor.
Resume a weft workflow parked in 'waiting' at a human gate (unattended on_fail=block). Use only when user types /wf-resume.
Execute the current weft step via the Claude Code Workflow tool, then auto-transition on the structured verdict. Use only when user types /wf-run-step, or when advancing a step whose template declares an executor.
Initialize a weft workflow from a template or inline steps. Use only when user types /wf-start.
Create a new weft workflow template or edit an existing one interactively. Use only when user types /wf-template.
| name | ev-query |
| description | Query the weft event log with filters. Use only when user types /ev-query. |
| argument-hint | [event_type] [--last N] [--workflow ID] [--session ID] |
| allowed-tools | ["Bash","Read"] |
$ARGUMENTS
Parse filter flags from arguments.
Run:
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" query $ARGUMENTS
If no arguments, show a summary (event counts by type).
Present results in a readable format, not raw JSON.
/ev-query — count by event type/ev-query wf.step_changed — all step transitions/ev-query --last 20 — last 20 events/ev-query --workflow adhoc-20260406 — events for specific workflow