Review code
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/0xmsc/review-code
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.From its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill review-codeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 135 tokens by cl100k_base, 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.
What ships with it
13.4 KB alongside SKILL.md
GitHub clipped this repository’s file list, so this is at least 2 files and may be more.
references/
- checklist.md4.3 KB
- skill-report.json9.1 KB