convert-github-issue-to-discussion

Convert GitHub issues into discussions using agent-browser automation.

997|201|Updated May 6, 2014
One-click install
npx skills add https://github.com/freekmurze/dotfiles --skill convert-github-issue-to-discussion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-github-issue-to-discussion
Source: https://github.com/freekmurze/dotfiles/tree/main/config/claude/skills/convert-github-issue-to-discussion
Command: npx skills add https://github.com/freekmurze/dotfiles --skill convert-github-issue-to-discussion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates converting GitHub issues into discussions using a headed browser to perform the operation, reducing manual steps and enabling smoother collaboration.

Core Features & Use Cases

  • Browser-driven conversion: Uses agent-browser to open an issue, login if needed, and convert to a discussion.
  • Category selection: Supports selecting a category like Q&A or Ideas before finalizing the conversion.
  • Use Case: Turn ongoing issues into discussions for community input or decision-making when a formal discussion thread is required.

Quick Start

Open the issue in a headed browser: agent-browser open "https://github.com/<owner>/<repo>/issues/<number>" --headed Wait for login confirmation: agent-browser snapshot -i Find and click Convert to discussion using the element reference: agent-browser click @<ref> If a category selection dialog appears, choose "Q&A" or "Ideas" as appropriate: agent-browser select @<combobox-ref> "Q&A" Confirm the conversion to finalize the process: agent-browser click @<confirm-button-ref>

Frequently Asked Questions about convert-github-issue-to-discussion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate converting GitHub issues to discussions?

You can automate converting GitHub issues to discussions by using a headed browser automation tool to open the issue, locate the Convert to discussion button, select a category, and confirm the conversion.

When should I convert a GitHub issue into a discussion?

You should convert a GitHub issue into a discussion when you need to transition an ongoing issue into a formal discussion thread for community input, decision-making, or broader collaboration.

Do I need agent-browser installed to convert GitHub issues to discussions?

Yes, you need agent-browser installed and an active GitHub login to automate the conversion process, as the tool drives the headed browser to locate and trigger the conversion actions.

Can I select a specific category when converting GitHub issues to discussions?

Yes, during the GitHub issues conversion process, you can select a specific category such as Q&A or Ideas from the category selection dialog before finalizing the discussion.

What are the limitations of using browser automation for GitHub issue conversion?

Using browser automation for GitHub issue conversion requires a headed browser environment and an active login session, meaning it cannot run in fully headless automated pipelines without maintaining authentication state.