mcpbeat

Review Code

aiskillstore/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.

This is a copy. The original lives at comeonoliver/review-code.

4k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
404
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aiskillstore/marketplace --skill review-code

What comes with it

14 413 bytes besides the instruction
references/checklist.md
skill-report.json

The instruction itself

3 sections, as written by the author

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.

How to use it

Copy the folder

Take aiskillstore/review-code from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.