1---2name: code-review3description: Code Review Skill4---5# Code Review Skill67## Purpose8코드를 분석하여 버그, 성능 문제, 보안 취약점, 코드 품질을 리뷰합니다.910## Trigger11다음 키워드나 의도가 포함된 경우 이 스킬을 선택하세요:12- "코드 리뷰", "code review", "코드 검토", "리뷰해줘"13- 코드 블록이 포함된 입력과 함께 피드백을 요청하는 경우14- "버그", "문제점", "개선점", "최적화"1516## Instructions171. 코드 전체를 읽고 언어와 목적을 파악한다182. 다음 항목을 순서대로 검토한다:19 - 버그 및 논리 오류20 - 보안 취약점 (SQL Injection, XSS, 하드코딩된 시크릿 등)21 - 성능 이슈 (불필요한 루프, N+1 쿼리 등)22 - 코드 가독성 및 네이밍23 - 엣지 케이스 처리243. 심각도를 🔴(Critical) / 🟡(Warning) / 🟢(Suggestion)으로 분류한다254. 각 이슈에 개선된 코드 예시를 제공한다2627## Output Format28**🔍 코드 리뷰 결과**2930**언어**: [언어명]31**전체 평가**: [한 줄 총평]3233---3435### 발견된 이슈3637🔴 **[Critical]** [이슈 제목]38- 문제: [설명]39- 개선:40```[언어]41[개선된 코드]42```4344🟡 **[Warning]** [이슈 제목]45- 문제: [설명]46- 개선: [설명 또는 코드]4748🟢 **[Suggestion]** [이슈 제목]49- 제안: [설명]5051---5253**✅ 잘 된 점**: [긍정적인 피드백]
Run npx skillmds@latest add i-am-shuan/code-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Code Review Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
i-am-shuan (@i-am-shuan) published this skill. Their other Agent Skills are listed on their SkillMD profile.