From skills
Review the pending changes on the current branch (or a specified PR) for correctness, security, tests, and clarity. Use when the user asks for a code review, says "review my branch", "review this PR", invokes `/code-review`, or finishes a chunk of work and wants a second pair of eyes before merging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce a focused, high-signal review of pending changes. Avoid drive-by nits; flag things that actually matter.
Produce a focused, high-signal review of pending changes. Avoid drive-by nits; flag things that actually matter.
Resolve the review target in this order:
main or master).For PRs, also pull: title, description, linked issues, and the list of files touched. For local diffs, run git log against the merge-base to see commit messages — they often reveal intent the diff doesn't.
In rough priority order — stop reporting once signal drops:
Skip: bikeshedding on style the formatter handles, restating what the diff already shows, "consider adding a comment" without saying what the comment should explain.
Group findings by severity. Use these exact labels:
For each finding:
- **<Severity>** `path/to/file.ext:LINE` — <one-sentence problem>. <One- to two-sentence explanation or suggested fix.>
Always include the file path and line number so the user can jump to it. If the finding spans multiple lines, cite the start line.
End with a one-paragraph Summary: overall verdict (ship / needs work / blocked), what the change does well, and the top 1–3 things to address.
Say so plainly. "Reviewed N files / M lines. No blockers or should-fixes. Two nits below if you care." Don't manufacture findings to look thorough.
npx claudepluginhub adamziel/skills --plugin skillsFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.