claude-code-feedback
Claude Code user plugin for filing well-formed bug reports, feature requests, model-behavior reports, and docs issues against anthropics/cla
Open source Repository Open in the app JSON README (API)
About
Claude Code user plugin for filing well-formed bug reports, feature requests, model-behavior reports, and docs issues against anthropics/claude-code
Details
- Kind
- Plugins
- Topic
- AI, RAG & memory
- Publisher
- danielrosehill
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 1
- Last push
- 2026-04-20T22:19:27Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
danielrosehill/claude-code-feedback/claude-code-feedback
README
# Claude-Code-Feedback A Claude Code plugin for filing well-formed issues against [anthropics/claude-code](https://github.com/anthropics/claude-code). Each skill fetches the live GitHub issue template, gathers required fields (version, OS, reproduction steps, model, etc.), builds a preview, and submits via `gh issue create` once confirmed. ## Skills | Skill | Use for | |-------|---------| | `feedback-bug` | CLI bugs — crashes, hook failures, permission prompts, MCP config, settings.json issues | | `feedback-model-behavior` | What the model produced — wrong answer, bad code, unwanted edits, unwarranted refusal | | `feedback-feature-request` | Missing functionality | | `feedback-docs` | Documentation issues — wrong, outdated, or missing docs | | `feedback-refresh-templates` | Refresh cached Anthropic issue templates when they drift | ## Requirements - `gh` CLI, authenticated against a GitHub account - `curl` (for fetching live templates) ## Why separate from meta-tools Originally bundled in `Claude-Meta-Tools-Plugin`. Split out because issue filing is a focused, self-contained concern and "meta-tools" was too vague for discovery. ## License MIT