code-review

Identify security, performance, correctness, and maintainability issues in code reviews.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/kiryteo/opencode-setup --skill code-review-kiryteo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/kiryteo/opencode-setup/tree/main/skills/code-review
Command: npx skills add https://github.com/kiryteo/opencode-setup --skill code-review-kiryteo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review helps identify bugs, security flaws, performance bottlenecks, and maintainability concerns early, reducing defects in production and improving code health.

Core Features & Use Cases

  • Structured review across security, performance, correctness, and maintainability
  • Works on diffs, PRs, files, or pasted code snippets
  • Delivers prioritized, actionable fixes with file/line references

Quick Start

Paste the code or diff you want reviewed and I will generate a prioritized feedback report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a code review on a pull request to find security and performance issues?

Code review identifies security, performance, correctness, and maintainability issues in pull requests by analyzing diffs. It generates a structured report with file references, line numbers, severity levels, and concrete fix recommendations.

Can I review pasted code snippets for correctness and maintainability without a full repository?

Reviewing pasted code snippets for correctness and maintainability works without a full repository. The review applies across languages and frameworks, delivering prioritized, actionable fixes with file and line references.

What is the best way to get structured feedback on a diff before merging?

Structured feedback on a diff is generated by analyzing security, performance, correctness, and maintainability. The output provides prioritized remediation steps with file references, line numbers, severity, and positive observations.

Does static analysis for code review work across different programming languages and frameworks?

Static analysis for code review works across different programming languages and frameworks. It evaluates the pasted code or files to report maintainability, security, performance, and correctness issues with actionable remediation guidance.

How to fix security vulnerabilities and performance bottlenecks found during a code review?

Fixing security vulnerabilities and performance bottlenecks found during a code review involves following the generated concrete fix recommendations. The report provides specific file references, line numbers, and severity levels to guide remediation.