comprehensive-review-pr-enhance
상세한 설명이 포함된 전문적인 풀 리퀘스트 생성
불분명한 PR 설명과 느린 코드 리뷰로 인해 어려움을 겪고 계신가요? 이 스킬은 변경 요약, 리뷰 체크리스트, 위험 평가 및 테스트 커버리지 리포트를 포함한 종합적인 PR 문서를 생성하여 리뷰 프로세스를 가속화합니다.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "comprehensive-review-pr-enhance". Generate a PR description for my bug fix branch
Résultat attendu:
- ## Summary
- This PR fixes the login timeout issue reported in #142 by implementing exponential backoff for authentication retries.
- **Impact**: 3 files changed (45 additions, 12 deletions)
- **Risk Level**: Low - isolated change to auth module
- **Review Time**: ~10 minutes
- ## What Changed
- - `src/auth/login.ts`: Added backoff logic with configurable max retries
- - `src/config/defaults.ts`: New AUTH_RETRY_CONFIG constants
- - `tests/auth/login.test.ts`: 8 new test cases for retry scenarios
- ## Testing
- - Verified login succeeds after transient network failures
- - Confirmed proper error messages after max retries exceeded
- - All existing auth tests continue to pass
Utilisation de "comprehensive-review-pr-enhance". Create a review checklist for my PR
Résultat attendu:
- ## Review Checklist
- ### General
- - [ ] Code follows project style guidelines
- - [ ] Self-review completed
- - [ ] Comments added for complex logic
- - [ ] No debugging code left
- ### Code Quality
- - [ ] No code duplication
- - [ ] Functions are focused and small
- - [ ] Error handling is comprehensive
- ### Testing
- - [ ] All new code is covered by tests
- - [ ] Edge cases are tested
- - [ ] Tests follow AAA pattern
Audit de sécurité
SûrAll static analysis findings evaluated as false positives. The skill contains Python code examples and templates within markdown documentation files, not executable code. The subprocess calls and shell commands exist only as illustrative examples in code blocks. No actual command execution, network access, or security risks present. Safe for publication.
Score de qualité
Ce que vous pouvez construire
오픈소스 기여자
설립된 리뷰 프로세스와 체크리스트 요구사항이 있는 대규모 프로젝트에 기여하기 위한 잘 구조화된 PR 설명을 생성합니다.
엔지니어링 팀 리드
팀 전체에서 일관된 설명, 리뷰 체크리스트 및 위험 문서를 생성하여 모든 병합에 대한 PR 품질을 표준화합니다.
개인 개발자
시간에 따른 변경 사항 추적과 미래의 유지보수 또는 협업을 용이하게 하기 위해 개인 프로젝트에 대한 종합적인 문서를 작성합니다.
Essayez ces prompts
현재 브랜치의 변경 사항을 main과 비교하여 검토하고 무엇이 변경되었는지와 그 이유를 설명하는 간결한 PR 요약을 작성하세요.
PR diff를 분석하여 다음을 포함한 포괄적인 설명을 생성하세요: 실행 요약, 변경 사항, 수행된 테스트, 위험,-breaking 변경, 수정된 파일 유형에 맞춤화된 리뷰 체크리스트.
제 PR에 많은 변경 사항이 있습니다. diff를 분석하여 논리적 그룹화를 식별하고 이를 더 작고 리뷰 가능한 PR로 분할하는 방법을 제안하세요. 각 제안된 분할에 대해 범위와 어떤 파일이 함께 속하는지 설명하세요.
완전한 PR 패키지를 생성하세요: 변경 사항 분석, 모든 섹션이 포함된 상세 설명 생성, 완화 전략이 포함된 위험 평가 산출, 테스트 커버리지 리포트 생성, 필요한 아키텍처 다이어그램 제안, 각 변경 범주에 대한 컨텍스트 인식 리뷰 체크리스트 제공.
Bonnes pratiques
- PR을 단일 논리적 변경에 집중하여 리뷰를 단순화하세요
- 행동 변경의 경우 이전과 이후 예제를 포함하세요
- 변경 사항을 로컬에서 테스트하고 PR에 테스트 결과를 문서화하세요
Éviter
- 분할 없이 수백 개의 파일이 변경된 PR 제출
- '수정됨' 또는 '기타 개선'과 같은 모호한 설명 작성
- 최종 코드에 TODO 주석 또는 디버깅 문 제거