code-reviewer

Analyze code submissions for quality, security, and complexity.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/monicajeon28/GMcruise --skill code-reviewer-monicajeon28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/monicajeon28/GMcruise/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/monicajeon28/GMcruise --skill code-reviewer-monicajeon28

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the rigorous process of code review, ensuring high code quality, identifying security vulnerabilities, and verifying test coverage. It provides objective feedback and a comprehensive quality score, saving developers time and improving code health before merging.

Core Features & Use Cases

  • Integrated Quality Scoring: Calculates an overall score based on code quality, security, test coverage, documentation, and naming/style.
  • Quality Gate Enforcement: Checks against predefined blocking and warning criteria (e.g., TypeScript strictness, no hardcoded secrets, complexity limits).
  • Code Smell & Complexity Analysis: Detects common code smells (e.g., Long Method, Duplicate Code) and analyzes cyclomatic and cognitive complexity to highlight areas for refactoring.
  • Use Case: After writing a new feature, you can ask the AI to "review my code" to get an instant, detailed report on its quality, potential security issues, and suggestions for improvement, ensuring it meets team standards before merging.

Quick Start

Review the current code for quality, security, and test coverage.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code quality and security reviews before merging?

Automate code quality reviews by analyzing code submissions for quality gates, security vulnerabilities, test coverage, and complexity. The Skill applies self-review across TypeScript, Python, Go, Java, and other languages, blocking merges when hardcoded secrets, security issues, or strict-mode violations are detected, and outputs a weighted quality score with detailed feedback.

What code smells and complexity issues does automated code review detect?

Code review detection identifies common smells like Long Method and Duplicate Code, calculates cyclomatic and cognitive complexity to flag refactoring areas, and performs naming and styling checks. Results highlight problematic patterns and suggest improvements to reduce maintainability risk.

Can I enforce quality gates like TypeScript strict mode and no hardcoded secrets automatically?

Yes. Quality gate enforcement checks blocking criteria including TypeScript strictness, absence of hardcoded secrets, and no security vulnerabilities. Warning-level gates also verify complexity limits and test coverage thresholds, failing the merge decision when blocking rules are violated.

How does code review scoring work across different languages and quality dimensions?

Integrated quality scoring calculates an overall weighted score from code quality, security analysis, test coverage, documentation, and naming/style checks. Cross-skill aggregation combines results into a single decision metric that guides whether code is ready to merge.

What languages and frameworks does automated code review support?

Code review analysis applies to all code-generation and code-modification workflows across TypeScript, Python, Go, Java, and other languages. The Skill integrates into your existing development pipeline regardless of language choice.