code-review

Evaluate code changes for correctness, security, and style adherence.

1|16|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/konflux-ci/.fullsend --skill code-review-konflux-ci
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/konflux-ci/.fullsend/tree/main/skills/code-review
Command: npx skills add https://github.com/konflux-ci/.fullsend --skill code-review-konflux-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing code changes by providing a structured and comprehensive assessment method that covers multiple review dimensions.

Core Features & Use Cases

  • Full-source review: Reads entire source files and related tests to understand context beyond diffs.
  • Multi-dimensional evaluation: Assesses correctness, intent alignment, security, content safety, injection risks, and style adherence.
  • Use Case: Developers can leverage this Skill to ensure code quality before merging pull requests, catching potential issues early.

Quick Start

Use the code-review skill to evaluate the latest changes in your repository to ensure high standards and security.

Frequently Asked Questions about code-review

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

FAQPage Schema
How does automated code review evaluate pull requests for correctness and security?▼

Automated code review evaluates pull requests by applying static analysis, reading diffs, and performing multi-factor assessment to check correctness, security, and style adherence across development workflows.

Can I use static analysis to assess code quality beyond just the diff?▼

Yes, static analysis can read entire source files and related tests to understand context beyond diffs, enabling a full-source review that evaluates correctness, intent alignment, and injection risks.

What is the best way to automate software quality assurance before merging code changes?▼

The best way to automate software quality assurance is using a multi-dimensional code review skill that assesses correctness, security, content safety, and style adherence to catch potential issues early before merging.

How do I review code for injection risks and style adherence in a development workflow?▼

You review code for injection risks and style adherence by applying multi-dimensional evaluation logic that reads source files and tests, ensuring code quality and adherence to best practices throughout development workflows.

What dimensions are evaluated during an automated code assessment?▼

An automated code assessment evaluates multiple dimensions including correctness, intent alignment, security, content safety, injection risks, and style adherence to provide a comprehensive software quality review.

Does automated code review work without dependencies for static analysis?▼

Yes, automated code review operates independently without dependencies, utilizing built-in static analysis and diff reading capabilities to evaluate code changes across software engineering workflows.