| name | isomux-report-bug |
| description | File a bug report against the isomux repo on GitHub. Gathers system info, shows a full draft for user approval before filing. |
Help the user file a bug report against the isomux GitHub repo (https://github.com/nmamano/isomux).
- Ask the user to describe the bug.
- Gather system info: isomux version (find the isomux install directory by checking where this skill file lives — it's under
skills/ in the isomux repo — then run git rev-parse --short HEAD there), OS (uname -a), and the user's current room and desk (from the agent manifest: curl -s localhost:4000/agents -H "Authorization: Bearer $ISOMUX_AGENT_TOKEN", where 4000 is the default isomux server port — match your own agent ID, do NOT include the agent name).
- Draft a GitHub issue with the user's description and a "System info" section at the bottom.
- Show the full draft to the user. Flag any potentially sensitive information (file paths, system details, project names, etc.) so the user can remove it. Do NOT file until they explicitly approve. Let them edit or remove anything.
- Once approved, file using
gh issue create --repo nmamano/isomux.