From claude-code-feedback
Refresh cached Anthropic claude-code issue-form templates and detect drift or new template types. Use when the user says "refresh templates", "update feedback templates", "check for template changes", or when a previous feedback-skill run reported drift. Also discovers newly-added issue-template types in the upstream repo.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-feedback:feedback-refresh-templatesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin fetches templates live at run time, but also caches copies for offline fallback. This skill refreshes those cached copies and surfaces any template drift or new template types.
This plugin fetches templates live at run time, but also caches copies for offline fallback. This skill refreshes those cached copies and surfaces any template drift or new template types.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/refresh-templates.sh"
Output lines start with OK, UPDATE, NEW, or NEW TEMPLATE TYPE DETECTED.
git diff the templates dir after running, since the plugin repo is checked in).skills/<slug>/templates/<file>.yml and fetch the template.skills/<slug>/SKILL.md — copy the structure of skills/bug/SKILL.md and adapt the name, description, URL, and type-specific guidance.If anything changed and the plugin repo is a git checkout, offer to commit + push:
cd "${CLAUDE_PLUGIN_ROOT}"
git add skills/*/templates/
git commit -m "chore: refresh cached issue-form templates"
git push
Commit all changes and push — don't leave template drift sitting uncommitted locally.
Tell the user:
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-code-feedbackSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.