Send feedback about this plugin repository as a GitHub issue. Use when the user says "feedback", "send feedback", "report issue", "bug report", "feature request", "フィードバック", "バグ報告", "機能リクエスト", or wants to create an issue for the plugin repository.
From mutilsnpx claudepluginhub masseater/claude-code-plugin --plugin mutilsThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Create a GitHub issue on the masseater/claude-code-plugin repository based on the current conversation context.
Review the conversation history and identify what the user wants to report:
Present the draft to the user before creating. The draft must include:
Title: A concise, descriptive title in English
Labels: Always include claude label (triggers Claude Code Action for automated implementation). Additionally choose:
bug for bugsenhancement for feature requestsquestion for questionsBody (Markdown, in English):
## Context
[What the user was doing when the issue arose]
## Description
[Clear description of the issue or request]
## Steps to Reproduce (if bug)
1. [Step 1]
2. [Step 2]
## Expected Behavior (if bug)
[What should happen]
## Actual Behavior (if bug)
[What actually happens]
## Additional Context
- Plugin: [which plugin is affected]
- Relevant files: [file paths if applicable]
Use AskUserQuestion to confirm:
Run:
gh issue create \
--repo masseater/claude-code-plugin \
--title "<title>" \
--body "<body>" \
--label "claude" --label "<additional-label>"
Show the created issue URL to the user.