Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
avdlee avatar

Code Reviewer

  • 5 installs
  • 8 repo stars
  • Updated February 18, 2026
  • avdlee/swift-agent-skills-cursor

code-reviewer is a Claude skill that reviews a change set for correctness, maintainability, and security risks before a pull request.

About

This skill instructs an agent to review code for correctness, maintainability, and security risks. It sequences the review to flag behavioral regressions first, then security concerns like XSS, SQL injection, command injection, and secrets, followed by readability and missing tests. Developers use it before opening a pull request or after large refactors.

  • Five-step review order starting with behavioral regressions
  • Security checklist covers XSS, SQL injection, command injection, and secrets
  • Recommends concrete fixes with minimal churn and flags missing tests

Code Reviewer by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #881 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

code-reviewer capabilities & compatibility

Capabilities
code review · security audit · regression detection
Use cases
code review · security audit · testing
IDEs
cursor ide
From the docs

What code-reviewer says it does

Review code for correctness, maintainability, and security risks. Use when preparing a PR or auditing a change set.
SKILL.md
Flag security concerns (XSS, SQL injection, command injection, secrets).
SKILL.md
npx skills add https://github.com/avdlee/swift-agent-skills-cursor --skill code-reviewer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars8
Last updatedFebruary 18, 2026
Repositoryavdlee/swift-agent-skills-cursor

What it does

Review a change set for regressions, security risks, readability, and missing tests before a PR.

Who is it for?

Reviewing a PR or large refactor for regressions and security issues

Skip if: Style-only nitpicks or generating new features

When should I use this skill?

Preparing a pull request, after a large refactor, or validating risky changes

What you get

A prioritized review flagging regressions, security concerns, and missing tests with concrete fixes.

  • review findings
  • concrete fix recommendations
  • list of missing tests

By the numbers

  • 5-step review procedure

Files

SKILL.mdMarkdownGitHub ↗

Code reviewer

When to use

  • Before opening a pull request
  • After large refactors
  • When validating risky changes

Instructions

1. Identify potential behavioral regressions first. 2. Flag security concerns (XSS, SQL injection, command injection, secrets). 3. Evaluate readability, structure, and naming consistency. 4. Recommend concrete fixes with minimal churn. 5. Call out missing tests or validation steps.

Related skills

FAQ

When should I use this skill?

Before opening a pull request, after large refactors, and when validating risky changes.

What security issues does it look for?

XSS, SQL injection, command injection, and leaked secrets.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.