code-review

Orchestrate check-* skills to review Python code and produce prioritized reports.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/sunLeee/optimization --skill code-review-sunleee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sunLeee/optimization/tree/main/.claude/skills/quality/review/code-review
Command: npx skills add https://github.com/sunLeee/optimization --skill code-review-sunleee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

코드 품질 향상을 위한 복합 스킬 오케스트레이션으로, check-* 스킬들을 순차적으로 실행해 코드의 스타일, 보안, 복잡도, 안티패턴을 종합 검증하고 레드팀/블루팀 관점의 취약점까지 도출합니다.

Core Features & Use Cases

  • 체크 스킬들을 순차적으로 실행하여 다양한 품질 이슈를 수집하고 정리합니다.
  • 레드팀/블루팀 분석과 ADR 생성을 포함한 우선순위 기반 보고서를 제공합니다.
  • --auto-adr 옵션과 연동하여 주요 이슈를 ADR로 자동 문서화하고, 정책 문서와 코드 개선에 연결합니다.
  • 여러 체크 스킬의 결과를 통합한 최종 보고서를 출력하고 개선 제안을 제시합니다.

Quick Start

소스 코드 경로를 지정하고 코드 리뷰 오케스트레이션을 시작한다.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I orchestrate a comprehensive code quality review for a Python codebase?

To orchestrate a code quality review, this Skill coordinates a sequence of check-* skills to scan Python codebases for style, security, complexity, and anti-patterns, producing a structured prioritized report with risk ratings.

What is adversarial code review and how does it improve software security?

Adversarial code review analyzes software from red team and blue team perspectives to uncover hidden vulnerabilities. This Skill integrates adversarial analysis into its orchestration to identify security flaws and generate prioritized improvement suggestions.

Can I automatically generate Architecture Decision Records from code security issues?

Yes, you can automatically generate Architecture Decision Records from security issues using the --auto-adr option. This links major code quality findings directly into ADRs and policy documents for actionable tracking.

Does this code review orchestration work without external dependencies?

Yes, the code review orchestration works without external dependencies. It uses allowed tools to invoke internal sub-skills sequentially, handling style, security, and complexity checks autonomously within your environment.

What is the best way to prioritize code complexity and anti-pattern issues?

The best way to prioritize code complexity and anti-pattern issues is through a unified orchestration report. This Skill aggregates findings from multiple checkers to output a Top 15 issues list sorted by comprehensive risk ratings.