code-review-criteria

Generate module-specific code-review criteria from ADRs and code-convention filters.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/KangJiSseok/ACODIAN --skill code-review-criteria-kangjisseok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-criteria
Source: https://github.com/KangJiSseok/ACODIAN/tree/main/.codex/skills/code-review-criteria
Command: npx skills add https://github.com/KangJiSseok/ACODIAN --skill code-review-criteria-kangjisseok

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

작업 설계 및 ADR를 기반으로 코드 리뷰 평가기준 문서를 자동으로 생성합니다. ADR 추출과 code-convention 필터링을 통해 프로젝트별 작업 기준을 일관되게 만듭니다.

Core Features & Use Cases

  • ADR 항목의 추출 및 관련 적용 방법을 통합한 코드 리뷰 기준 생성
  • 모듈별 code-convention.yaml과 ADR 간의 매핑으로 재현 가능한 기준 제시
  • 독립 실행 시 ADR 추출과 평가기준 머지의 2단계 워크플로우를 지원

Quick Start

작업 대상 모듈과 ADR 경로를 확인하고 이 스킬을 호출하면 ADR 추출과 평가기준 생성이 시작됩니다.

Frequently Asked Questions about code-review-criteria

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

FAQPage Schema
How do I generate code review criteria from ADRs?

Code review criteria are generated from ADRs by extracting architecture decisions and applying code-convention filters to produce module-specific baselines. This automated workflow uses isolated subagents to extract ADRs and merge them into a unified code-quality guideline.

What is the best way to automate pre-merge code review guidelines?

Automating pre-merge code review guidelines involves mapping module-specific code-convention files against extracted ADRs. This produces reproducible evaluation baselines that ensure consistent quality checks before merging code across multiple modules.

Can I create ADR-driven evaluation baselines for multiple modules independently?

ADR-driven evaluation baselines can be created independently for multiple modules. The skill supports a two-stage workflow that extracts ADRs and merges evaluation criteria separately for each targeted module path.

How does ADR extraction work with code convention filters?

ADR extraction works with code convention filters by first pulling architectural decision records and then applying relevant conventions to format the output. This mapping creates reproducible, module-specific review criteria.

Do I need a code-convention.yaml file to use ADR-based review criteria?

A code-convention.yaml file is needed to map against extracted ADRs and produce reproducible review criteria. You must provide the target module path and ADR location before invoking the extraction and generation workflow.

What are the limitations of automated code review criteria generation from ADRs?

Automated code review criteria generation from ADRs is limited to producing baselines for pre-merge reviews and independent ADR-driven criteria creation. It requires accurate ADR paths and module-specific convention files to function correctly.