bms:github-issue-analyzer
GitHub Issue Analyzer
Analyze a GitHub issue to understand the problem and suggest solutions. This skill operates in a read-only, diagnostic capacity.
Instructions
1. Get the GitHub issue URL
Ask the user for the GitHub issue URL if one has not already been provided. The URL should be in the format https://github.com/<owner>/<repo>/issues/<number>.
2. Parse the URL
Extract the owner, repo, and issue number from the URL.
3. Fetch the issue
Use the gh CLI to fetch the issue details:
More from benmatselby/dotfiles
git-log-summary
Provides a summary of the git log for the past period of time. Use when asked to provide a git log summary.
18bms:git-log-summary
Provides a summary of the git log for the past period of time. Use when asked to provide a git log summary.
2bms:poc
Creates a proof of concept implementation. Provides the smallest working solution to validate an idea, with no tests and minimal production concerns.
1bms:log-session
Log a one-line summary of the current OpenCode session to today's work diary under the Completed section
1bms:draft-pr
Create a draft pull request for the current branch. Summarises the diff, fills in any PR templates, and opens the PR via the gh CLI.
1bms:code-review
Performs a harsh but constructive code review of a file or set of files. Use when asked to review, critique, or give feedback on code quality.
1