Analyze Github Issue banner
SilverAssist SilverAssist

Analyze Github Issue

Git community

Description

--- agent: agent description: Analyze a GitHub issue without creating branches or making changes --- # Analyze GitHub Issue Analyze GitHub issue **#{issue-number}** in repository **{owner}/{repo}** and provide a comprehensive assessment without making any code changes. ## Prerequisites - GitHub MCP connection or `gh` CLI required - Reference: `.github/prompts/_partials/github-integration.md` ## Steps ### 1. Fetch Issue Details - Use `mcp_github_github_issue_read` with the issue number, or

Installation

Installs to ~/.claude/commands/silverassist-agents-toolkit-analyze-github-issue.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/SilverAssist/agents-toolkit/HEAD/.claude/commands/analyze-github-issue.md -o ~/.claude/commands/silverassist-agents-toolkit-analyze-github-issue.md

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

Full documentation available on GitHub

View Source Repository