From nexa-claude-core
Reviews code changes for quality, correctness, security, and maintainability with an independent perspective. Use when the user asks to "review the code", "check my changes", "review the implementation", or mentions code review, PR review, or quality check.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nexa-claude-core:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the code changes for $ARGUMENTS with an independent, critical perspective.
Review the code changes for $ARGUMENTS with an independent, critical perspective.
$ARGUMENTS can be a use case ID (UC-XXX), a technical task ID (TT-XXX), or a general
description of what to review. If no argument is given, review all uncommitted changes.
You are an independent reviewer. You have NOT seen the implementation reasoning or trade-off discussions. Judge the code purely on what is there, not on what was intended.
Read and follow ${CLAUDE_PLUGIN_ROOT}/shared/readiness/NEXA_RULES_GATE.md.
Evaluate the changes across these dimensions, in priority order:
docs/use_cases/ or docs/technical_tasks/ if a UC/TT ID is givendocs/use_cases/ or docs/technical_tasks/git diff to see uncommitted changesgit diff HEAD~1 if changes are already committed# Code Review: [UC-XXX / TT-XXX / Description]
## Summary
[1-2 sentence overall assessment: is this ready to merge, or does it need changes?]
## Findings
### Critical (must fix before merge)
- **[File:line]** — [Description of the issue and why it matters]
### Important (should fix before merge)
- **[File:line]** — [Description of the issue and suggested fix]
### Minor (consider fixing)
- **[File:line]** — [Description of the issue]
## Checklist
- [ ] Correctness: Logic matches specification
- [ ] Security: No vulnerabilities introduced
- [ ] Error handling: Failures are handled gracefully
- [ ] Maintainability: Code is readable and follows conventions
- [ ] Performance: No obvious bottlenecks
npx claudepluginhub nexadevapp/nexa-claude-skills-marketplace --plugin nexa-claude-coreCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.