convert-github-issue-to-discussion

3
0
Source

Convert GitHub issues to discussions using agent-browser. Use when asked to convert, move, or change an issue to a discussion. Requires agent-browser installed and user to log in via headed browser.

Install

mkdir -p .claude/skills/convert-github-issue-to-discussion && curl -L -o skill.zip "https://mcp.directory/api/skills/download/2802" && unzip -o skill.zip -d .claude/skills/convert-github-issue-to-discussion && rm skill.zip

Installs to .claude/skills/convert-github-issue-to-discussion

About this skill

Convert GitHub Issue to Discussion

Convert GitHub issues to discussions using browser automation when the gh CLI doesn't support this operation.

Prerequisites

  • agent-browser installed
  • User must log in to GitHub when prompted

Workflow

1. Open Browser in Headed Mode

agent-browser open "https://github.com/<owner>/<repo>/issues/<number>" --headed

The --headed flag shows the browser window so the user can log in.

2. Wait for User Login

Take a snapshot to check if logged in:

agent-browser snapshot -i

If you see "Sign in" in the elements, the user needs to log in. Let them know and wait for confirmation.

3. Navigate to the Issue

After login, go to the issue page:

agent-browser open "https://github.com/<owner>/<repo>/issues/<number>"

4. Find the Convert Button

Take a snapshot and look for "Convert to discussion":

agent-browser snapshot -i

Look for a button like:

- button "Convert to discussion" [ref=e137]

5. Click Convert to Discussion

agent-browser click @<ref>

6. Select Discussion Category

A dialog will appear with category options:

agent-browser snapshot -i

You'll see options like:

- combobox "Category for new discussion" [ref=e2]
- option "General" [ref=e3] [selected]
- option "Ideas" [ref=e4]
- option "Q&A" [ref=e6]
- button "I understand, convert this issue" [ref=e9]

Select appropriate category (Q&A for support questions, Ideas for feature requests):

agent-browser select @<combobox-ref> "Q&A"

7. Confirm Conversion

agent-browser click @<confirm-button-ref>

8. Verify Conversion

You don't need to verify, you are done now.

Quick Reference

# Open issue page with visible browser
agent-browser open "https://github.com/owner/repo/issues/123" --headed

# Wait for user to log in, then get elements
agent-browser snapshot -i

# Click convert button (ref from snapshot)
agent-browser click @e137

# Wait for dialog, get new elements
agent-browser wait 1000 && agent-browser snapshot -i

# Select category and confirm
agent-browser select @e2 "Q&A"
agent-browser click @e9

# Verify - should redirect to discussions
agent-browser wait 2000 && agent-browser get url

Category Guidelines

  • Q&A: Support questions, debugging help, how-to questions
  • Ideas: Feature requests needing discussion
  • General: General conversation, announcements
  • Show and tell: Project showcases

Cleanup

You do not have to close the browser, as we'll use the login state again to convert other issues to discussions

Looking for issues

When you are asked to find for more good issues to convert to discussions, use gh

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

298791

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

220415

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

215298

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

224234

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

175201

rust-coding-skill

UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

167173

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.