code-reviewer

Analyze edited source files for style, bug, and security issues.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/LuminairPrime/openwrt-docs4ai-pipeline --skill code-reviewer-luminairprime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/LuminairPrime/openwrt-docs4ai-pipeline/tree/main/.agents/skills/code-reviewer
Command: npx skills add https://github.com/LuminairPrime/openwrt-docs4ai-pipeline --skill code-reviewer-luminairprime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides lightweight, automatic detection of coding issues so developers get immediate, actionable feedback on style, potential bugs, and basic security problems without interrupting their workflow.

Core Features & Use Cases

  • Real-time analysis: Automatically scans files on save, on git diff, or when code is mentioned to surface quick wins and high-risk issues.
  • Multi-language patterns: Detects common anti-patterns across JavaScript/TypeScript, Python, Go, and Java with partial support for other languages.
  • Practical integration: Ideal for catching hardcoded secrets, SQL injection patterns, missing error handling, and missing React keys during development or pre-commit checks.

Quick Start

Ask the skill to review the current file and list security issues, style problems, and quick fix suggestions.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
Can I use static analysis to catch hardcoded secrets and SQL injection during editing?

Static analysis can catch hardcoded secrets and SQL injection patterns during editing by scanning source files on save or when code is mentioned. It surfaces these basic security problems alongside missing error handling and style issues for fast pre-commit feedback.

What programming languages are supported for linting code reviews?

Linting code reviews support multi-language pattern detection across JavaScript, TypeScript, Python, Go, and Java. Partial support is available for other programming languages to identify common anti-patterns during development workflows.

Does this code review tool perform deep security audits?

This code review tool does not perform deep security audits, as it defers deep audits to a sub-agent. It focuses on lightweight, automatic detection of style, potential bugs, and basic security issues for immediate pre-commit feedback.

How do I run a pre-commit code review to find quick wins?

To run a pre-commit code review, ask the skill to review the current file and list security issues, style problems, and quick fix suggestions. It automatically scans edited source files to surface high-risk issues before committing changes.