bms:github-issue-analyzer

Installation
SKILL.md

GitHub Issue Analyzer

Analyze a GitHub issue to understand the problem and suggest solutions.

Instructions

1. Fetch the issue

Use the gh CLI to fetch the issue details (extract owner, repo, and number from the provided URL):

gh issue view <number> --repo <owner>/<repo> --json title,body,labels,state,comments

If the issue has comments, read through all of them as they often contain crucial debugging information, workarounds, or clarifications from the reporter.

2. Explore the codebase

Based on the issue description:

Installs
2
GitHub Stars
68
First Seen
Apr 1, 2026
bms:github-issue-analyzer — benmatselby/dotfiles