| name | share-trace |
| description | Manually upload the current Codex session trace to vibeshub, share it with a PR or repository, or delete an existing trace. |
vibeshub share-trace
Use this skill when the user invokes /vibeshub:share-trace, /share-trace,
or asks to share, upload, re-share, or delete a vibeshub trace from Codex.
Codex surfaces plugin skills as namespaced slash entries, so the
/vibeshub:share-trace entry should run these instructions rather than the
Claude Code command template.
Resolve the plugin root as the directory two levels above this SKILL.md, then
run the plugin's existing share helper from that plugin root:
python3 commands/share-trace.py
Pass through any user-supplied arguments to the script. Common forms:
python3 commands/share-trace.py
python3 commands/share-trace.py <pr-url-or-number>
python3 commands/share-trace.py delete <pr-url | pr-number | /t/<id> url | short-id>
Do not use commands/share-trace.md; that file is the Claude Code slash
command wrapper and depends on Claude-specific runtime expansion.
Report the helper's stdout and stderr back to the user. If the helper uploads a
trace, include the trace URL in the response.