code-review

Detect bugs, security vulnerabilities, and quality issues in code.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill code-review-kennyolofsson23-netizen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/kennyolofsson23-netizen/claude-code-config/tree/main/skills/code-review
Command: npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill code-review-kennyolofsson23-netizen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents buggy, insecure, or low-quality code from reaching production by performing comprehensive, multi-perspective reviews before commits or pull requests are merged.

Core Features & Use Cases

  • Parallel multi-agent analysis: Specialized agents (bug hunter, security auditor, test coverage reviewer, code quality reviewer, contracts reviewer, historical context reviewer) examine changes in parallel for thorough coverage.
  • Pre-commit and PR reviews: Run local uncommitted-change scans or automated PR reviews that can post inline comments and produce structured reports.
  • CI/CD integration: Designed for GitHub Actions and CI pipelines to enforce quality gates and reduce manual QA.
  • Use Case: Automatically review a feature branch PR to surface critical security issues, missing tests, contract breaks, and suggested code improvements before merging.

Quick Start

Ask the assistant to run a multi-agent review on your changes by saying /code-review:review-local-changes or /code-review:review-pr <PR_NUMBER>.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pull request code review for security vulnerabilities and bugs?

Automated pull request code review detects security vulnerabilities and bugs by running parallel specialized agents on diffs and repository files. It surfaces critical issues, missing tests, and contract breaks before merging, and can post inline comments directly to GitHub pull requests.

Can I run a multi-agent code review on local uncommitted changes?

Multi-agent code review supports scanning local uncommitted changes before commits. By running specialized agents for bug hunting, security auditing, and quality checks locally, you catch issues early without pushing to a remote repository.

Does this code review tool integrate with GitHub Actions and CI workflows?

This code review tool integrates with GitHub Actions and CI workflows to enforce automated quality gates. It analyzes pull requests within CI pipelines to reduce manual QA and prevent low-quality code from reaching production.

What is the best way to enforce quality assurance and bug detection in a CI pipeline?

The best way to enforce quality assurance in a CI pipeline is using multi-agent code review to analyze diffs. Specialized agents examine changes in parallel for bugs, security vulnerabilities, and test coverage, providing structured reports and inline PR comments.

Do I need shell or git tooling access for automated bug detection on pull requests?

Automated bug detection requires access to diffs and repository files, with optional shell and git tooling access. This allows the specialized agents to gather historical context and perform thorough security and quality reviews.

What specialized agents are used for catching security issues and missing tests before merge?

Specialized agents including a bug hunter, security auditor, test coverage reviewer, code quality reviewer, and contracts reviewer examine changes in parallel. This multi-perspective approach ensures thorough detection of security issues and missing tests before merge.