From poke
Lean code review — works only from git diff, no file reads, no subagents. Fixes reuse, quality, and efficiency issues directly inline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/poke:simplifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review and fix the changed code for quality, reuse, and efficiency. Operate entirely from the diff — do not read whole files or spawn agents.
Review and fix the changed code for quality, reuse, and efficiency. Operate entirely from the diff — do not read whole files or spawn agents.
Run:
git diff HEAD
If the diff is empty, check staged changes:
git diff --cached
Work only from this output. Do not read any source files beyond what the diff shows.
Scan the changed lines for these issues, in priority order:
Reuse
Quality
f'...' string with no {...} interpolation — remove the f prefixEfficiency
Apply every fix you found by editing the file. Do not explain each fix — just make the change.
If a finding is a false positive, skip it silently.
One-line summary per fix made. If nothing needed fixing, say "Code is clean."
npx claudepluginhub andriar/pokemon-buddy-claude --plugin pokeProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
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.