code-review

Review Git-based code for quality, security, and maintainability issues.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/tuandzung/flink-k8s-ui --skill code-review-tuandzung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/tuandzung/flink-k8s-ui/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/tuandzung/flink-k8s-ui --skill code-review-tuandzung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates a thorough code review process, ensuring code quality, security, and maintainability with severity-rated feedback.

Core Features & Use Cases

  • Code Analysis: Identifies and rates issues in terms of severity.
  • Parallel Reviews: Conducts both security and architectural reviews simultaneously.
  • Enrichment: Integrates additional data from Codex for validation.
  • Use Case: Run "review this code" before merging to identify security risks, bugs, and design flaws early.

Quick Start

To start a code review, use the command: 'code-review run for /path/to/your-code'.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run an automated code review for security and code quality issues?

To run an automated code review, execute the command 'code-review run for /path/to/your-code'. This initiates a comprehensive analysis that identifies security risks, performance bottlenecks, and maintainability issues, providing severity-rated feedback for pre-merge validation.

What is parallel code review and how does it handle security analysis?

Parallel code review is the process of conducting security and architectural checks simultaneously using multi-agent delegation. This mechanism allows the system to analyze distinct aspects of code quality concurrently, accelerating the identification of design flaws and security risks.

Does this code review tool support Git-based repositories for pre-merge checks?

Yes, the code review process handles Git-based repositories and is specifically expected to be used by developers and maintainers for pre-merge code reviews. It evaluates code quality, security, performance, and maintainability within this context.

How do I identify the severity of security risks and bugs before merging code?

You can identify the severity of security risks and bugs by running an automated comprehensive code review. The analysis utilizes multi-agent delegation to rate identified issues in terms of severity, helping developers prioritize fixes for critical vulnerabilities early.

Can I use Codex for external validation during a code quality analysis?

Yes, you can use Codex for external validation during code quality analysis. The review process integrates enrichment data from Codex to validate identified issues, enhancing the accuracy of the security and architectural assessments.