From claude-code-feedback
File a report about Claude's model behavior (bad responses, refusals, hallucinations, policy misfires, poor code quality) against anthropics/claude-code. Use when the user is unhappy with *what Claude said or did* — as opposed to a CLI/tool bug. Distinct from the bug skill, which covers CLI/harness issues.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-code-feedbackThis skill uses the workspace's default tool permissions.
Model-behavior reports are for complaints about **what the model produced** — wrong answer, bad code, unwarranted refusal, hallucinated API, broken tool call, off-topic response. Not for CLI bugs, not for feature requests, not for doc issues.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
Model-behavior reports are for complaints about what the model produced — wrong answer, bad code, unwarranted refusal, hallucinated API, broken tool call, off-topic response. Not for CLI bugs, not for feature requests, not for doc issues.
If the user's complaint is really about the CLI, hooks, permissions, MCP, settings — redirect to the bug skill. If it's about missing functionality, redirect to feature-request.
Always fetch the live template; never assume the field list.
LIVE_URL="https://raw.githubusercontent.com/anthropics/claude-code/main/.github/ISSUE_TEMPLATE/model_behavior.yml"
CACHE="${CLAUDE_PLUGIN_ROOT:-$(dirname "$0")/../..}/skills/model-behavior/templates/model_behavior.yml"
TEMPLATE="$(mktemp --suffix=.yml)"
curl -fsSL "$LIVE_URL" -o "$TEMPLATE" || cp "$CACHE" "$TEMPLATE"
Read the YAML, extract title prefix, labels, body array. Skip type: markdown items.
Standard rendering rules (see bug skill for the full table). Key behaviors specific to model-behavior reports:
/model or check recent output. Don't guess.claude --version.Before drafting, search existing reports:
gh search issues --repo anthropics/claude-code --label "model-behavior" "$KEYWORDS"
Same pattern as the bug skill:
### {label}\n\n{value}\n\n per non-markdown field, in order."[MODEL] ") + one-line summary.yes/no/edit.gh issue create, retry without labels if any are rejected.