code-review

Review code changes against team engineering conventions and classify findings by severity.

16|9|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/przeprogramowani/ai-native-infra --skill code-review-przeprogramowani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/przeprogramowani/ai-native-infra/tree/main/packages/ai-toolkit/skills/code-review
Command: npx skills add https://github.com/przeprogramowani/ai-native-infra --skill code-review-przeprogramowani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of reviewing code against team engineering conventions, ensuring consistency and quality before merging.

Core Features & Use Cases

  • Automated Convention Checks: Validates code against predefined rules for naming, error handling, TypeScript usage, function design, security, and testing.
  • Severity Classification: Categorizes findings into Critical, Warning, and Suggestion levels.
  • Use Case: Integrate this skill into your CI pipeline to automatically flag potential issues in pull requests, reducing manual review time and improving code standards.

Quick Start

Use the code-review skill to review the staged changes in the current branch.

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

You can automate code quality checks by running an automated code review against staged changes to validate naming, error handling, TypeScript usage, and security standards before merging. This ensures engineering conventions are consistently enforced across pull requests.

Can I flag TypeScript and security issues automatically in code reviews?

Yes, automated code review flags TypeScript usage and security issues by analyzing code changes against established engineering conventions. Findings are categorized by severity to guide specific code quality improvements and resolve vulnerabilities.

What is the best way to classify code review findings by severity?

Classifying code review findings by severity involves categorizing identified issues into Critical, Warning, and Suggestion levels. This automated severity classification guides developers in prioritizing code quality improvements during the pull request process.

How do I integrate automated convention checks into a CI pipeline?

Integrate automated convention checks into your CI pipeline to automatically flag potential issues in pull requests. This reduces manual review time by validating code against predefined rules for function design, error handling, and testing standards.

Does automated code review replace manual pull request checks?

Automated code review does not replace manual checks but reduces manual review time by flagging potential issues first. It validates code changes against predefined engineering conventions, allowing reviewers to focus on complex logic rather than standard compliance.

What testing standards does an automated code review enforce?

An automated code review enforces testing standards by analyzing code changes for adherence to established engineering conventions. It checks if the submitted code meets the team's predefined rules for testing coverage and implementation before merging.