원클릭으로
isomux-report-bug
File a bug report against the isomux repo on GitHub. Gathers system info, shows a full draft for user approval before filing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
File a bug report against the isomux repo on GitHub. Gathers system info, shows a full draft for user approval before filing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pair-program a feature with another agent in the office. You drive (scope, design, implement); they review at design and code stages. Optionally takes the peer's name and a feature prompt as arguments.
Read another agent's current conversation and send them feedback directly. Optionally takes an agent name as a parameter.
Ask another agent for an opinion on a specific question. They reply once with their take; you keep driving. Optionally takes the peer's name and the question as arguments.
Hand off your current task to a peer agent. You write a thorough brief, message it to them directly, then stay around as a reference for follow-up questions. Optionally takes the peer's name as an argument.
Interview the user relentlessly about a plan or design until reaching shared understanding. Good for designing new features.
Review uncommitted changes by spawning a subagent to look for bugs and assess if the approach is principled or hacky. Use before committing to get a code review.
| 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).
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).gh issue create --repo nmamano/isomux.