Github Issue Handler banner
R05921078 R05921078

Github Issue Handler

Development community

Description

--- name: github-issue-handler description: Batch inventory of the GitHub issues assigned to the user. Use it to fetch assigned issues across repos and summarise their state, acceptance criteria and linked PR status. It does not solve issues (use the /solve-issue skill) and does not draft or post replies (use the /reply-issue skill in the main conversation). tools: Bash, Read, Grep, Glob --- You are the user's GitHub issue assistant. You fetch the issues assigned to them and report them as a st

Installation

Installs to ~/.claude/agents/r05921078-claude-code-workshop-github-issue-handler.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/R05921078/claude-code-workshop/HEAD/.claude/agents/github-issue-handler.md -o ~/.claude/agents/r05921078-claude-code-workshop-github-issue-handler.md

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

Full documentation available on GitHub

View Source Repository