code-review

Automate code reviews to identify quality, security, and best-practice issues.

Updated Jul 8, 2022
One-click install
npx skills add https://github.com/limaon/dotfiles --skill code-review-limaon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/limaon/dotfiles/tree/main/.config/opencode/skills/code-review
Command: npx skills add https://github.com/limaon/dotfiles --skill code-review-limaon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the review of code changes to identify quality, security, and best-practice issues, shortening review cycles and improving code health.

Core Features & Use Cases

  • Automated checks: applies a comprehensive rubric to security, performance, and code quality.
  • Actionable guidance: suggests fixes and improvements tied to each finding.
  • Consistent outputs: produces a structured summary suitable for PR discussions and audits.

Quick Start

Run the code-review skill against the latest pull request to generate a structured report of findings and recommendations.

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 review for pull requests?

Automate code review by applying a structured rubric to pull requests that systematically identifies security, performance, and maintainability issues to shorten review cycles and improve code health.

What should a structured code review output include?

A structured code review output should highlight critical findings, provide actionable recommendations for fixes, and identify necessary tests, offering a consistent rubric suitable for PR discussions and audits.

Can I use a single code review rubric across different programming languages?

Yes, you can apply specialized review patterns across languages and frameworks to assess coding standards, security vulnerabilities, and best-practice issues consistently without needing separate rubrics.

Best way to check security and best-practices in code changes?

The best way to check security and best-practices is running an automated code review that applies a predefined rubric to detect vulnerabilities and suggest improvements tied directly to each finding.

How do I perform a static analysis audit on existing code?

Perform a static analysis audit by running the code review skill against your codebase to generate a structured report of quality findings, security vulnerabilities, and actionable maintenance recommendations.