Systematic code review skill based on industry best practices from Google Engineering, OWASP, and modern development standards. Designed to catch issues that casual review misses through structured, checklist-driven analysis.
Core Principle (Google): Approve code that improves overall code health, even if not perfect. Seek continuous improvement, not perfection. But NEVER approve code that degrades code health.
Use AskUserQuestion to determine review depth and risk profile when not specified:
보편적인 모범 사례와 저장소별 표준을 사용하여 체계적인 코드 검토를 수행합니다. 중요한 코드 변경 후 자동 활성화됩니다. 코드 검토, 파일 감사, PR 확인, 단계적 변경 검사 또는 코드 "검토", "확인", "감사" 또는 "검사"를 요청할 때 사용합니다. 설계 원칙(SOLID, DRY, KISS), 보안(OWASP), 성능, 동시성 안전성, 플랫폼 간 호환성 및 코드베이스 패턴을 적용합니다. 출처: melodic-software/claude-code-plugins.