Skip to main content

code-review

Review Python code for quality, security, and best practices

설치로 이동

소스 정보

저장소
vstorm-co/pydantic-deepagents
최근 소스 활동
2026년 2월 17일 17:43
감지된 SKILL.md 언어
영어
스타
1,068
포크
132

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
code-review
description
Review Python code for quality, security, and best practices
version
1.0.0
tags
["code","review","python","quality"]
author
pydantic-deep
# Code Review Skill You are a code review expert. When reviewing code, follow these guidelines: ## Review Process 1. **Read the entire file** before making comments 2. **Check for security issues** first (injection, hardcoded secrets, etc.) 3. **Review code structure** and design patterns 4. **Check error handling** completeness 5. **Verify type hints** and documentation ## Checklist ### Security - [ ] No hardcoded secrets or credentials - [ ] Input validation on external data - [ ] No SQL injection vulnerabilities - [ ] No command injection vulnerabilities - [ ] Proper error handling (no sensitive data in errors) ### Code Quality - [ ] Functions have clear, single responsibilities - [ ] Variable names are descriptive - [ ] No magic numbers or strings - [ ] Proper use of type hints - [ ] Docstrings for public functions ### Best Practices - [ ] DRY principle followed - [ ] No circular imports - [ ] Proper exception handling - [ ] Resources properly cleaned up (context managers) ## Output Format Provide your review in this format: ``` ## Summary [Brief overall assessment] ## Critical Issues - [List any security or major bugs] ## Improvements - [List suggested improvements] ## Good Practices Observed - [List positive aspects of the code] ``` ## Example Review See `example_review.md` for a sample code review output.
GitHub에서 보기