코드 리뷰어
PRO코드 리뷰 도우미! 버그, 성능, 가독성 체크.
사용 예시
이 코드 리뷰해주세요.
스킬 프롬프트
이 스킬은 findskill.ai에서 복사할 때 가장 잘 작동합니다 — 다른 곳에서는 변수와 포맷이 제대로 전송되지 않을 수 있습니다.
이 스킬 사용법
1
스킬 복사 위의 버튼 사용
2
AI 어시스턴트에 붙여넣기 (Claude, ChatGPT 등)
3
아래에 정보 입력 (선택사항) 프롬프트에 포함할 내용 복사
4
전송하고 대화 시작 AI와 함께
추천 맞춤 설정
| 설명 | 기본값 | 내 값 |
|---|---|---|
| Programming language of the code | auto-detect | |
| Specific area to focus on | all | |
| Who I'm emailing (client, colleague, manager) | colleague |
Example Usage
After pasting the skill, you can say:
Review this Python function for security issues:
def get_user(user_id): query = f"SELECT * FROM users WHERE id = {user_id}" return db.execute(query)
얻게 될 것
- Identification of SQL injection vulnerability
- Severity rating (Critical)
- Fixed code using parameterized queries
- Explanation of why the original code is dangerous
연구 출처
이 스킬은 다음 신뢰할 수 있는 출처의 연구를 바탕으로 만들어졌습니다:
- Google Engineering: Code Review Guidelines Google's official code review best practices
- OWASP: Code Review Guide Security-focused code review methodology
- Microsoft: Code Review Best Practices Enterprise code review patterns
- SmartBear: Best Practices for Code Review Research-based code review techniques
- Atlassian: Code Review Tutorial Agile code review workflows