code-review

Enforce a pre-merge code-review checklist with mandatory, recommended, and forbidden criteria.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/expeor/aws-automation --skill code-review-expeor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/expeor/aws-automation/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/expeor/aws-automation --skill code-review-expeor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR 전 자체 검토용 코드 리뷰 체크리스트를 통해 품질과 보안 기준을 일관되게 적용하고 누락된 항목을 방지합니다.

Core Features & Use Cases

  • Must Have: 멀티 계정 지원, 에러 핸들링, 타입 힌트, 테스트, 린트/타입 체크 등 코드 품질과 안전성을 보장하는 필수 항목을 강제합니다.
  • Should Have: 함수 크기 관리, 코드 복잡도 감소, 명명 규칙 준수, Paginator 사용 등 유지보수성과 가독성을 높이는 권장 관행을 제시합니다.
  • Must Not: 자격 증명 하드코딩, 민감 정보 로깅, 리전/계정 하드코딩, get_context_session 직접 호출 등 금지 패턴을 명확히 경고합니다.

Quick Start

PR 제출 시 체크리스트를 적용하여 병합 전 품질을 보장합니다.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I enforce a code review checklist before a pull request merge?

A pre-merge code review checklist enforces structured guidelines for pull requests, covering mandatory checks, recommended practices, and forbidden patterns. This ensures consistent quality and security standards across collaborative software projects.

What mandatory checks should a pull request code review include?

Mandatory code review checks must include error handling, type hinting, testing, and linting or type checks. These essential criteria guarantee code quality and safety before integration into multi-repo environments.

What are common forbidden patterns to look for during a code review?

Forbidden patterns in a code review include hardcoding credentials, logging sensitive information, hardcoding regions or accounts, and direct calls to get_context_session. Clearly warning against these practices prevents security vulnerabilities.

What recommended practices improve maintainability during code reviews?

Recommended code review practices for maintainability include managing function size, reducing code complexity, following naming conventions, and using paginators. These practices significantly enhance code readability and long-term maintenance.

Can I apply this code review checklist to multi-repo environments?

Yes, this code review checklist is applicable to collaborative software projects across multi-repo environments. It provides structured guidelines that maintain consistent quality and security standards across all repositories.

Why should I use a pre-merge code review checklist?

A pre-merge code review checklist consistently applies quality and security standards while preventing overlooked items. It enforces explicit sections for mandatory checks, recommended practices, and forbidden patterns before integration.