code-reviewer

Review recent TypeScript, Next.js, and TailwindCSS code changes for quality and standards.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/JeffKM/pitch-ac --skill code-reviewer-jeffkm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/JeffKM/pitch-ac/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/JeffKM/pitch-ac --skill code-reviewer-jeffkm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

최근 작성되거나 수정된 코드에 대해 전문적인 코드 리뷰를 수행합니다. 코드 구현이 완료되거나 리팩토링 직후, 또는 사용자가 "코드 리뷰해줘", "코드 검토해줘", "방금 작성한 코드 리뷰", "코드 품질 확인" 등을 요청할 때 사용하세요. 전체 코드베이스가 아닌 최근 변경된 코드 단위로 리뷰합니다.

Core Features & Use Cases

  • 핵심 원칙: 모든 리뷰 내용은 한국어로 작성, 건설적이고 교육적인 피드백 제공, 문제점뿐만 아니라 개선 방안도 함께 제시, 프로젝트의 CLAUDE.md 파일에 명시된 코딩 표준 준수
  • 리뷰 프로세스: 1단계: 코드 분석 — 최근 작성되거나 수정된 코드를 식별하고, 코드의 목적과 컨텍스트 파악, 프로젝트 구조와 아키텍처 패턴 고려 2단계: 검토 항목 — 정확성, 성능, 보안, 가독성, 유지보수성, 테스트 가능성, 프로젝트 표준 확인
  • 피드백 형식: 아래 형식으로 리뷰 결과를 출력합니다: 전반적인 품질 요약, 잘한 점, 개선 필요 사항, 추가 권장사항 등의 구성 요소를 포함한 마크다운 형식의 요약
  • 특별 고려사항: Next.js App Router 패턴 준수 확인, TypeScript 타입 안전성 검증, React Server Components vs Client Components 적절성, TailwindCSS 규칙 준수, 다크모드 지원 여부, 한국어 주석 및 문서화 규칙 준수

Quick Start

최근에 작성되거나 수정된 코드를 검색하고, 한국어로 건설적인 피드백과 개선 제안을 포함한 리뷰를 작성합니다.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I get a code review for my recent TypeScript and Next.js changes?

To get a code review for recent TypeScript and Next.js changes, request a review using prompts like "code review" and the tool analyzes the latest modified code sets for correctness, performance, and security. It outputs a markdown summary covering overall quality, strengths, and recommended improvements in Korean.

What should a pull request review cover for Next.js App Router projects?

A pull request review for Next.js App Router projects should cover correctness, performance, security, readability, maintainability, and testability. It specifically verifies React Server Components versus Client Components usage, TypeScript type safety, and TailwindCSS rules.

Can I use this code review tool to check TypeScript type safety and TailwindCSS compliance?

Yes, you can use this code review tool to check TypeScript type safety and TailwindCSS compliance. The review process explicitly verifies TypeScript type safety validation, TailwindCSS rule adherence, and proper Next.js App Router pattern usage.

How does automated code review handle refactored code in a git repository?

Automated code review of refactored code in a git repository identifies recently modified files, analyzes the code's purpose and context, and checks it against project architecture standards. It then provides constructive, educational feedback with improvement suggestions.

When do I need a code quality check after writing new code?

You need a code quality check after writing new code, completing an implementation, or finishing a refactoring session. Requesting a review at these points ensures the latest change sets meet quality, security, and maintainability standards before merging.

What are the limitations of automated code review for large codebases?

Automated code review for large codebases is limited to analyzing only recent change sets rather than the entire repository. It focuses exclusively on newly written or modified code, meaning pre-existing code quality issues outside the latest diffs remain unreviewed.