From core
Reviews code changes for reuse opportunities, quality issues, and efficiency problems using three parallel agents. Fixes issues found.
npx claudepluginhub clipboardhealth/core-utils --plugin coreThis skill uses the workspace's default tool permissions.
Review all changed files for reuse, quality, and efficiency. Fix any issues found.
Reviews git-tracked code changes for reuse, quality, and efficiency using three parallel subagents. Triggers on 'review', 'simplify', 'code review' or one-shot review requests.
Reviews git diffs for reuse opportunities, quality issues, and inefficiencies using three parallel agents, then fixes issues. Triggers on 'simplify', 'clean up', or after code changes.
Reviews git diffs or changed files for clarity, reuse, efficiency, quality issues; optionally applies high-confidence, behavior-preserving fixes via sub-agents.
Share bugs, ideas, or general feedback.
Review all changed files for reuse, quality, and efficiency. Fix any issues found.
Run `git diff` (or `git diff HEAD` if there are staged changes) to see what changed. If there are no git changes, review the most recently modified files that the user mentioned or that you edited earlier in this conversation.
If you can, use the ${AGENT_TOOL_NAME} tool to launch all three agents concurrently in a single message; otherwise, perform the following yourself. Pass each agent the full diff so it has the complete context.
For each change:
Review the same changes for hacky patterns:
Review the same changes for efficiency:
Wait for all three agents to complete. Aggregate their findings and fix each issue directly. If a finding is a false positive or not worth addressing, note it and move on — do not argue with the finding, just skip it.
When done, briefly summarize what was fixed (or confirm the code was already clean).