Phase 3: Code Review (순수 리뷰 로직)

Automate multi-round AI code reviews and categorize issues by severity.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/vp-k/auto-complete-loop --skill phase-3-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Phase 3: Code Review (순수 리뷰 로직)
Source: https://github.com/vp-k/auto-complete-loop/tree/main/skills/code-review
Command: npx skills add https://github.com/vp-k/auto-complete-loop --skill phase-3-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of code review, ensuring code quality and security by iterating through multiple rounds of AI-driven analysis and feedback.

Core Features & Use Cases

  • Multi-round AI Review: Conducts iterative code reviews using AI tools like codex-cli.
  • Categorized Feedback: Identifies issues across Security (SEC), Errors (ERR), Data Integrity (DATA), Performance (PERF), and Code Quality (CODE).
  • Suppression List: Allows for managing and applying suppression rules for known or acceptable issues.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical and high-priority bugs before they reach production, significantly reducing manual review time and improving code reliability.

Quick Start

Execute the code review process for the implemented code, focusing on security and error handling.

Frequently Asked Questions about Phase 3: Code Review (순수 리뷰 로직)

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

FAQPage Schema
How do I automate code review for security and error handling in CI/CD?

Automate code review in CI/CD by running multi-round AI-driven analysis to identify and categorize issues across security, errors, data integrity, performance, and code quality. This ensures code quality gates are met before production deployment.

What is multi-round AI code review and how does it improve quality assurance?

Multi-round AI code review is an automated process that iteratively analyzes source code to catch critical bugs. By conducting multiple passes of AI feedback, it systematically categorizes vulnerabilities and performance issues to enforce strict quality assurance standards.

Can I suppress known issues during automated code analysis?

Yes, you can manage and apply suppression lists during automated code analysis. This feature allows developers to intentionally ignore known or acceptable issues, ensuring the AI review process focuses strictly on new security threats and code quality regressions.

How do I run AI code analysis focusing specifically on security and data integrity?

Run AI code analysis by executing the review process on your implemented codebase. The AI agents automatically categorize identified issues across specific dimensions like Security (SEC) and Data Integrity (DATA), providing targeted feedback for those critical areas.

Does automated code review work with existing CI/CD pipelines?

Automated code review integrates directly with CI/CD pipelines to enforce quality gates. By running AI agents during the build process, it automatically flags high-priority bugs and security vulnerabilities before code changes are merged into production.

What categories of issues does AI code review identify?

AI code review identifies issues across five distinct categories: Security (SEC), Errors (ERR), Data Integrity (DATA), Performance (PERF), and Code Quality (CODE). This categorized feedback helps developers prioritize fixes based on the specific nature of the vulnerability.