code-review

Review code diffs for correctness, security, performance, and principle violations.

2|Updated Jun 26, 2026
One-click install
npx skills add https://github.com/bRRRITSCOLD/compainy --skill code-review-brrritscold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/bRRRITSCOLD/compainy/tree/main/skills/code-review
Command: npx skills add https://github.com/bRRRITSCOLD/compainy --skill code-review-brrritscold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, principle-grounded code review process, identifying critical, important, and minor issues with severity-ranked findings.

Core Features & Use Cases

  • Structured Code Review: Evaluates code against the team's engineering principles, correctness, security, performance, and API clarity.
  • Findings Ranking: Outputs findings with severity levels (Critical, Important, Minor) and specific recommendations.
  • Use Case: Use this Skill to ensure that code changes adhere to the team's principles and are of high quality before merging into the main codebase.

Quick Start

Invoke the 'code-review' Skill on a code diff or commit message.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I conduct a structured code review on a diff?

To conduct a structured code review, provide a code diff or commit message. The review evaluates correctness, security, performance, and principle violations, returning findings ranked by severity.

What is severity ranking in code review findings?

Severity ranking in code review findings categorizes identified issues into Critical, Important, and Minor levels. This ranking helps prioritize code quality and security fixes before merging changes.

Can I use automated checks for code quality assurance on any codebase?

Yes, you can use automated checks for code quality assurance on any codebase. The process utilizes automated checks alongside human-defined engineering principles to identify correctness and security violations.

How do I ensure code changes adhere to engineering principles before merging?

To ensure code changes adhere to engineering principles before merging, run a structured review on the code diff. It evaluates API clarity and performance, outputting severity-ranked findings with specific recommendations.

Does code review work without dependencies or component setups?

Yes, code review works without dependencies or component setups. It requires only a code diff or commit message as input to perform automated checks and evaluate adherence to engineering principles.

What is the best way to find security and performance violations in a commit?

The best way to find security and performance violations in a commit is to run a structured review on the commit message or diff. It identifies these violations and ranks them by severity.