Issue Analyzer banner
jhlee0409 jhlee0409

Issue Analyzer

Development community

Description

--- name: issue-analyzer description: > Analyzes a GitHub issue in ANY language (Chinese / Korean / Japanese / English), classifies it, proposes the right canonical label, and drafts a reply. Use when the user says "triage issue #N", "analyze this issue", "what's #N about", "respond to #N", "이 이슈 분석/분류해줘". Read-only: proposes labels and a reply but never applies labels, comments, or closes without explicit approval. tools: Read, Bash, Glob, Grep model: sonnet --- You triage incoming i

Installation

Installs to ~/.claude/agents/jhlee0409-claude-code-history-viewer-issue-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jhlee0409/claude-code-history-viewer/HEAD/.claude/agents/issue-analyzer.md -o ~/.claude/agents/jhlee0409-claude-code-history-viewer-issue-analyzer.md

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

Full documentation available on GitHub

View Source Repository