code-review

Identify security, performance, and quality issues in code changes.

141|20|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/julianromli/opencode-template --skill code-review-julianromli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/julianromli/opencode-template/tree/main/skill/code-review
Command: npx skills add https://github.com/julianromli/opencode-template --skill code-review-julianromli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate and standardize code reviews to quickly identify security flaws, performance bottlenecks, and quality gaps in code changes.

Core Features & Use Cases

  • Pattern-driven checks for security, performance, and quality during PR reviews.
  • Structured review outputs with consistent sections for actionable feedback.
  • Use Case: When reviewing a PR, run automated checks to surface critical security issues and performance regressions before human review.

Quick Start

Run automated code-review on a new pull request to generate a structured review summary.

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 to catch security vulnerabilities and performance issues in a pull request?

Automate code reviews by applying pattern-driven checks to pull requests, which identifies security vulnerabilities, performance bottlenecks, and quality gaps. This process generates structured review outputs with categorized findings for actionable feedback before human review.

What is pattern-driven static analysis for code quality and when should I use it?

Pattern-driven static analysis for code quality applies standardized review checks to code changes to surface security flaws and performance regressions. You should use it during code audits or PR reviews to enforce a consistent review format across different languages and frameworks.

How do I generate a structured code review summary with categorized findings?

Generate a structured code review summary by running automated checks on your code changes, which enforces consistent sections for categorized findings. This standardized output provides actionable feedback on code quality, security vulnerabilities, and test coverage.

Does automated code review work across multiple programming languages and frameworks?

Yes, automated code review works across multiple programming languages and frameworks by applying standardized review patterns. These pattern-driven checks focus on identifying security, performance, and quality issues regardless of the specific tech stack involved.

What are the limitations of using automated code review for pull requests?

While automated code review excels at applying pattern-driven checks for security and performance, it serves as a preliminary step before human review. It enforces structured outputs but cannot fully replace the contextual logic and architectural judgment provided by a human reviewer.

Can I check test coverage and quality gaps during a code audit?

Yes, you can check test coverage and quality gaps during a code audit by applying pattern-driven static analysis. This automated process surfaces critical issues and enforces a consistent review format containing categorized findings for actionable feedback.