Review code
Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
npx -y skills add aiskillstore/marketplace --skill review-codeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Provides a structured workflow for planning and executing code reviews like a senior engineer. Use when asked to review code, PRs, or plan a code review task.
SKILL.md
0.8 KB, as published. Nobody here has run it
Code Review Skill
Workflow
- Understand: Read context (ticket, PR description) and identifiy scope.
- Execute: Use the checklist in references/checklist.md.
- Core areas: Quality, Security, Performance, Maintainability.
- Tools: Run project-specific linting and testing commands (e.g.,
just lint,npm test,pytest); use static analysis if available. - Document: Provide constructive feedback with rationale and suggestions.
- Follow Up: Track and verify fixes.
References
checklist.md: Detailed review criteria.