Code Review Expert

Automate comprehensive code reviews for pull requests with structured feedback.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/teliha/dev-workflows --skill code-review-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review Expert
Source: https://github.com/teliha/dev-workflows/tree/main/skills/code-review
Command: npx skills add https://github.com/teliha/dev-workflows --skill code-review-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides automated, comprehensive code reviews for pull requests, evaluating security, quality, performance, tests, and architecture across multiple project types.

Core Features & Use Cases

  • Security Analysis: Detect vulnerabilities and security risks
  • Code Quality: Assess maintainability, error handling, and naming
  • Performance Review: Identify optimization opportunities
  • Testing Coverage: Evaluate test completeness
  • Architecture Review: Assess design and organization
  • Project Awareness: Adapts to Foundry/Solidity, Next.js/React, or general projects

Quick Start

When reviewing a PR, invoke the skill to fetch the diff and produce a structured feedback comment covering security, quality, performance, tests, and architecture.

Frequently Asked Questions about Code Review Expert

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

FAQPage Schema
How do I automate code reviews for pull requests?

Automated code reviews analyze PR diffs across security, quality, performance, testing, and architecture dimensions. This Skill fetches PR context and applies comprehensive assessments, generating structured feedback comments and a review report without manual inspection.

Can I use automated code review with Next.js and React projects?

Yes. This Skill adapts to Next.js/React codebases alongside Foundry/Solidity and general projects, applying framework-aware validations and best-practices checks specific to your tech stack.

What security vulnerabilities can automated PR review detect?

Security analysis identifies common vulnerabilities, unsafe patterns, and risk exposure in PR changes. Detection covers input validation gaps, unsafe dependencies, authentication issues, and architecture weaknesses relevant to your project type.

Does automated code review check test coverage in pull requests?

Yes. Testing coverage evaluation assesses whether PR changes include adequate tests, identifies gaps in coverage, and flags incomplete testing practices relative to project standards.

How does code review automation handle Solidity and Foundry projects?

The Skill applies project-specific validations to Solidity/Foundry codebases, including security best-practices, gas optimization opportunities, and smart contract architecture patterns tailored to blockchain development.

What happens after a PR receives an automated review?

Automated review outputs structured feedback as PR comments flagging issues and a comprehensive review report. Teams use this feedback to address quality, security, and architectural concerns before merging.

Related Skills