Reviews code for quality issues by reading files, checking patterns in references/patterns.md, identifying anti-patterns via Grep, and suggesting specific improvements. Use for reviews and refactoring, not new features.
From plugin-creation-toolsnpx claudepluginhub camoa/claude-skills --plugin plugin-creation-toolsThis skill uses the workspace's default tool permissions.
references/patterns.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Provides guidance for code quality improvements.
| Task | Action |
|---|---|
| Review code | Read file, check patterns |
| Find issues | Use Grep for anti-patterns |
| Suggest fixes | Provide specific improvements |
references/patterns.md - Code patterns to check