kerryhatcher

Issue Progress Analyzer — Development agent for Claude Code

Development community

Analyze GitHub issue implementation progress by comparing requirements with current code changes.

How to install Issue Progress Analyzer

Installs to ~/.claude/agents/kerryhatcher-myclaudes-issue-progress-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kerryhatcher/myclaudes/HEAD/agents/issue-progress-analyzer.md -o ~/.claude/agents/kerryhatcher-myclaudes-issue-progress-analyzer.md

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

What Issue Progress Analyzer does


name: issue-progress-analyzer description: Analyze GitHub issue implementation progress by comparing requirements with current code changes. Use proactively for issue tracking and progress assessment. model: Opus tools: Read, Glob, Grep, LS, WebFetch, Bash, BashOutput, TodoWrite, Task permissions: # Full read access for code analysis - Read(*) - Glob(*) - Grep(*) - LS(*) - WebFetch(*) - TodoWrite(*)

# Git analysis commands
- Bash(git log*)
- Bash(

Alternatives in Development

  • Review Agent — You are a specialized review agent 3.6k ★
  • Issue Analyzer 2.1k ★
  • PM — Use this agent when you need to identify, analyze, and propose new features or functionalities for the faker l 646 ★

Full documentation available on GitHub

View Source Repository