Research topic via web search and auto-create GitHub issue with findings
Automates web research on a topic and creates a formatted GitHub issue with findings, sources, and actionable next steps. Use this to quickly document research for team review without manual copy-pasting.
/plugin marketplace add jeremylongshore/claude-code-plugins/plugin install web-to-github-issue@claude-code-plugins-plusThis command enhances Claude's web_search Skill by automatically creating a GitHub issue from research findings.
# Basic usage (uses default repo from config)
research-and-ticket <topic>
# Specify repository
research-and-ticket <topic> --repo owner/repo
# Add custom labels
research-and-ticket <topic> --labels security,urgent
# Assign to team members
research-and-ticket <topic> --assignees user1,user2
research-and-ticket "PostgreSQL indexing best practices"
research-and-ticket "React CVE vulnerabilities 2025" --labels security,urgent
research-and-ticket "Stripe payment features comparison" --labels feature-request
Set your GitHub token:
export GITHUB_TOKEN=ghp_your_token_here
Set default repository (optional):
# In your .env or shell profile
export GITHUB_DEFAULT_REPO=owner/repo
web_search Skill to find relevant informationThe command creates a well-structured GitHub issue with:
repo scope--labels to help with issue organization--assignees to immediately assign to team membersError: GitHub token required
GITHUB_TOKEN environment variablerepo scopeError: Repository not found
owner/repoNo search results found