Loading...
Loading...
Retrieve a GitHub issue using the `gh` CLI, analyze it, and spawn a PM + developer team to address it. Accepts an issue URL, issue number, or `owner/repo#number`.
npx skill4agent add morphet81/cheat-sheets address-github-issue/address-github-issue 42/address-github-issue owner/repo#42/address-github-issue https://github.com/owner/repo/issues/42ghgh --version❌ GitHub CLI (`gh`) is not installed.
Install it with: brew install gh
Then authenticate with: gh auth logingh auth status❌ GitHub CLI is not authenticated.
Run: gh auth login$ARGUMENTS$ARGUMENTSAskUserQuestion42owner/repo#42https://github.com/owner/repo/issues/42gh repo view --json nameWithOwner -q .nameWithOwner❌ Could not determine the GitHub repository.
Run this skill from inside a GitHub repo, or provide a full issue reference (e.g., owner/repo#42).gh issue view <number> --repo <owner/repo> --json number,title,body,labels,assignees,milestone,state,comments,urlghtitlebodylabelsstateurlcommentsauthor.loginbodybugdefectregressionenhancementfeature requestchoredocsrefactorTeamCreateissue-42fix-login-crashadd-dark-modeTaskCreatesubagent_type: general-purpose## Issue #<number>: <title>
**Type:** <Bug / Feature / Chore> | **URL:** <url>
## Context
<Brief summary of the issue and why it matters>
## Requirements
<Numbered list of concrete, testable requirements>
## Acceptance Criteria
<Checklist of conditions that must be true when the issue is resolved>
## Developer Workstreams
<If multiple developers: describe each workstream clearly with its scope and any shared interfaces or contracts they need to agree on>
## Out of Scope
<Anything explicitly excluded from this issue>LORE.mddocs/lore.md.agent/lore.mdTaskUpdatesubagent_type: general-purposeTaskUpdate## Issue #<number> Addressed
**Issue:** <title>
**URL:** <url>
### What was done
- <Bullet summary of changes made>
### Tests added
- <List of test files added or updated>
### Developers
- <Developer 1>: <what they implemented>
- <Developer 2>: <what they implemented> (if applicable)
### Recommended next steps
- Review the changes with `/review-changes`
- Create a PR with `/create-pr`
- Link the PR to the issue on GitHub: `gh issue develop <number> --repo <owner/repo>`shutdown_requestSendMessageTeamDelete