Resolve Issue banner
kid-sid kid-sid

Resolve Issue

Git community

Description

Fetch a GitHub issue, apply the fix, comment with what was done, and close the issue. **Usage:** `/resolve-issue <#number> [optional guidance]` Examples: - `/resolve-issue #12` — read the issue and fix it as described - `/resolve-issue #12 Only fix part 1 — adding the null check in auth.py` — fix with scoped guidance ## Instructions ### 1. Parse the arguments From `$ARGUMENTS`: - Extract the issue number — accept `#3`, `3`, or `GH-3` forms - Everything after the number is **optional guidanc

Installation

Installs to ~/.claude/commands/kid-sid-claude-spellbook-resolve-issue.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kid-sid/claude-spellbook/HEAD/.claude/commands/resolve-issue.md -o ~/.claude/commands/kid-sid-claude-spellbook-resolve-issue.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository