๐Ÿ”
QualityPython

Code Reviewer

by NVIDIA

Code Reviewer is a Quality skill for Claude Code, published by NVIDIA in SkillSpector.

14.6K stars1.2K forkson NVIDIA/SkillSpectorAdded 2026/08/14Repository updated 2026/08/13
agent-securityagent-skillsagentic-aiai-securityclaude-codemcpprompt-injectionsecurity-scannersecurity-toolssecurity-workflowsupply-chain-security
Install in seconds
Install Code Reviewer
Copy Code Reviewer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/ssd/ssd_clean ~/.claude/skills/ssd_clean

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/NVIDIA/SkillSpector.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
tests/fixtures/ssd/ssd_clean/SKILL.md in NVIDIA/SkillSpector
Installs to
~/.claude/skills/ssd_clean
Collection
One of 24 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Code Reviewer does

Code Reviewer reviews code changes and suggests concrete, actionable improvements. Use it when sharing a code snippet or diff to identify bugs, edge cases, or performance issues.

Code Reviewer is cataloged under Quality on DirSkills. Code Reviewer comes from a repository tagged agent-security, agent-skills, agentic-ai, ai-security and claude-code.

Documentation

README

Code Reviewer

Purpose

This skill helps developers improve code quality by reviewing diffs and suggesting concrete, actionable improvements.

Behavior

When activated, the assistant will:

  1. Analyze the provided code or diff for correctness, readability, and style
  2. Point out potential bugs, edge cases, or performance issues
  3. Suggest specific improvements with brief explanations

The assistant operates within its normal guidelines and does not perform any actions outside of code analysis and suggestion.

Usage

Share a code snippet or diff and ask for a review.

Examples

  • "Review my code for security issues"
  • "Check this diff before I merge"

Frequently asked about Code Reviewer

  • What else does NVIDIA publish alongside Code Reviewer?

    Code Reviewer is one of 24 skills that DirSkills catalogs from NVIDIA/SkillSpector, the repository it ships in. Its siblings there include Chef Assistant, Code Formatter and Config Reader. Each one is a separate skill with its own page in this directory, installs the same way Code Reviewer does, and is maintained by NVIDIA in that same repository. The rest of the collection is listed on the NVIDIA/SkillSpector page.

  • How does Code Reviewer compare to other Quality skills?

    Code Reviewer ranks #161 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Code Reviewer against them. Open each page to compare what they document and how they install.