Agent skill
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.
Stars
232
Forks
15
Install this agent skill to your Project
npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/0xmsc/review-code
SKILL.md
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.
Didn't find tool you were looking for?