multi-perspective-code-review

Review code changes across six dimensions including UI/UX, performance, and security.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/stravinest/house-hold-account --skill multi-perspective-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-perspective-code-review
Source: https://github.com/stravinest/house-hold-account/tree/main/.claude/skills/multi-perspective-code-review
Command: npx skills add https://github.com/stravinest/house-hold-account --skill multi-perspective-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 코드 변경 시 PR 생성 전후에 다각도로 코드를 검토하는 체계적 프로세스를 제공합니다. UI/UX, 성능, 디자인, 코드 품질, 엣지케이스, 보안 등 6가지 관점에서 품질 이슈를 조기에 발견하고 수정합니다.

Core Features & Use Cases

  • UI/UX: 접근성, 피드백, 반응형 설계의 적합성 검토
  • 성능: 렌더링 성능, 메모리 사용, 네트워크 호출 최적화 확인
  • 디자인/아키텍처: 아키텍처 수준의 확장성, 패턴 사용 여부 평가
  • 코드 품질: 가독성, 중복 제거, 컨벤션 준수
  • 엣지케이스/보안: 경계값 및 예외 처리, 보안 취약점 식별
  • 사용 시나리오: 변경 파일 전체에 대한 PR 리뷰 및 기능 구현 후 회고에 활용

Quick Start

  • /multi-perspective-code-review # 프롬프트를 통해 전체 변경 파일에 대한 리뷰 수행
  • /multi-perspective-code-review lib/features/auth # 특정 경로의 파일들에 대한 리뷰 수행
  • /multi-perspective-code-review lib/ui # 특정 모듈 트리의 리뷰 수행

Frequently Asked Questions about multi-perspective-code-review

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

FAQPage Schema
How do I perform a structured code review before creating a pull request?

You initiate a multi-perspective code review by specifying the command and optionally targeting a specific file path or module directory to analyze all changes within that scope.

What dimensions are covered in a multi-perspective code review?

A multi-perspective code review covers six dimensions: UI/UX accessibility and responsiveness, rendering performance, architecture scalability, code readability and conventions, edge cases, and security vulnerabilities.

Can I review a specific module directory instead of the entire codebase?

Yes, you can target a specific module directory by appending the path to the review command, restricting the evaluation scope to only the files and changes within that specified tree.

Does this code review process check for performance and security issues?

Yes, the code review process explicitly checks performance by evaluating rendering, memory usage, and network calls, and identifies security vulnerabilities through a consistent risk taxonomy.

When should I use a multi-perspective code review?

Use a multi-perspective code review during pre-PR stages to validate feature implementations or post-implementation to conduct structured retrospectives on quality assurance across your changed files.