isomux-report-bug

Solid

File a bug report against the isomux repo on GitHub. Gathers system info, shows a full draft for user approval before filing.

Data & Documents 34 stars 3 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 77/100

Stars 20%
51
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
50
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

Help the user file a bug report against the isomux GitHub repo (https://github.com/nmamano/isomux). 1. Ask the user to describe the bug. 2. 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). 3. Draft a GitHub issue with the user's description and a "System info" section at the bottom. 4. 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. 5. Once approved, file using `gh issue create --repo nmamano/isomux`.

Details

Author
nmamano
Repository
nmamano/isomux
Created
4 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category