code-review

Detect project type and evaluate code quality across multiple dimensions.

6|1|Updated Dec 8, 2009
One-click install
npx skills add https://github.com/jey3dayo/dotfiles --skill code-review-jey3dayo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/jey3dayo/dotfiles/tree/main/agents/skills-internal/code-review
Command: npx skills add https://github.com/jey3dayo/dotfiles --skill code-review-jey3dayo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to perform configurable, project-aware code reviews, reducing manual setup and ensuring consistent quality across diverse tech stacks.

Core Features & Use Cases

  • Automatic project type detection using detectors (file_exists, file_pattern, file_content, package_dependency, directory_structure).
  • Automatic integration of technology-stack-specific skills (typescript, react, golang, security, clean-architecture, etc.).
  • Multi-dimensional evaluation across code quality, security, performance, testing, error handling, and architecture, with actionable improvement plans.
  • Supports detailed mode with 5-star ratings and simple mode for quick checks; can merge default, stack-specific, and project-specific rules.

Quick Start

Run the /review command in your project to start a detailed code review using the configured rules.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews for different tech stacks in a monorepo?

Automated code reviews adapt to different tech stacks by using configurable project-detection rules, identifying file patterns and package dependencies to apply stack-specific evaluation criteria automatically.

How does project detection work for code quality evaluation?

Project detection works by analyzing file existence, file patterns, file content, package dependencies, and directory structures to identify the tech stack and apply tailored evaluation rules.

Can I customize code review rules for TypeScript, React, and Go projects?

Yes, you can customize code review rules by merging default evaluation criteria with stack-specific and project-specific configurations for TypeScript, React, and Go environments.

What dimensions are evaluated during a code review?

Code reviews evaluate multiple dimensions including code quality, security, performance, testing, error handling, and architecture, providing actionable improvement plans based on these criteria.

How do I run a quick code quality check instead of a full review?

You can run a quick code quality check using the simple mode for fast checks, or use the detailed mode to obtain 5-star ratings and comprehensive contextual feedback.

What is the best way to enforce consistent code quality across diverse frameworks?

The best way to enforce consistent code quality is using configurable, project-aware detection that merges stack-specific skills and default rules, ensuring uniform evaluation across diverse frameworks.