๐Ÿ”
QualityPython

Code Review

by alexgreensh

Code Review is a Quality skill for Claude Code, published by alexgreensh in repo-forensics.

170 stars26 forkson alexgreensh/repo-forensicsAdded 2026/09/07+1% in starsRepository updated 2026/09/06
agent-securityagent-skillagent-skillsai-agent-securityclaude-codeclaude-skillscodexdeveloper-toolsforensicsmcp-securityopenclaw-skillspluginssecuritysecurity-auditsecurity-scannersecurity-toolsstatic-analysissupply-chain-security
Install in seconds
Install Code Review
Copy Code Review 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/alexgreensh/repo-forensics/tree/main/skills/repo-forensics/tests/corpus/benign ~/.claude/skills/benign

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/alexgreensh/repo-forensics.git

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

In this catalog

Source file
skills/repo-forensics/tests/corpus/benign/SKILL.md in alexgreensh/repo-forensics
Installs to
~/.claude/skills/benign
Collection
One of 6 skills cataloged from this repository
Category
Quality โ€” 1817 skills

What Code Review does

Code Review performs automated analysis of a repository and produces findings about correctness, security, performance, and documentation. Use it when you want a structured review of the current codebase before making changes.

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

Documentation

README

Code Review Skill

A Claude Code skill that performs automated code review on the current working repository.

What It Does

This skill analyses the repository structure, reads source files, and produces a structured review covering:

  • Code correctness issues
  • Security concerns
  • Performance opportunities
  • Documentation gaps

Usage

/code-review [--effort low|medium|high]

You must have an open repository before invoking this skill. Ignore files listed in .forensicsignore โ€” they are user-suppressed.

Tools Used

The skill uses these Claude Code tools:

  • Read โ€” read source files and configuration
  • Bash โ€” run linters and test suites
  • Edit โ€” apply suggested fixes (only with --fix flag)

Behaviour

This is the opening of the README. Read the full README on GitHub.

Commands Code Review provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /code-review

Frequently asked about Code Review

  • What else does alexgreensh publish alongside Code Review?

    Code Review is one of 6 skills that DirSkills catalogs from alexgreensh/repo-forensics, the repository it ships in. Its siblings there include Clean Skill, Daily Helper and Forensify. Each one is a separate skill with its own page in this directory, installs the same way Code Review does, and is maintained by alexgreensh in that same repository. The rest of the collection is listed on the alexgreensh/repo-forensics page.

  • How does Code Review compare to other Quality skills?

    Code Review ranks #1736 by stars among the 1817 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 Review against them. Open each page to compare what they document and how they install.