By pmmm114
Reads hook debug logs and creates GitHub issues when fail events occur
Personal Claude Code plugin marketplace.
| Plugin | Description |
|---|---|
| error-reporter | Hook debug log 분석 → GitHub Issue 자동 생성 |
| dashboard | Claude Code hook event → Unix socket bridge for dashboard TUI |
# Add marketplace (once)
/plugin marketplace add kb-cc-plugin
# Or in settings.json extraKnownMarketplaces:
# "kb-cc-plugin": { "source": { "source": "github", "repo": "pmmm114/kb-cc-plugin" } }
# Install plugin
/plugin install error-reporter@kb-cc-plugin
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimForwards all Claude Code hook events to a dashboard TUI via Unix socket
Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
Systematically debug issues with step-by-step troubleshooting approaches.
Quickly scaffold Claude Code hooks with templates, validation, and conflict analysis
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns
Analyzes and fixes GitHub issues using a structured approach with GitHub CLI for issue details, implementing necessary code changes, running tests, and creating proper commit messages.
npx claudepluginhub pmmm114/kb-cc-plugin --plugin error-reporter