Compétences comprehensive-review-pr-enhance
📦

comprehensive-review-pr-enhance

Sûr

상세한 설명이 포함된 전문적인 풀 리퀘스트 생성

불분명한 PR 설명과 느린 코드 리뷰로 인해 어려움을 겪고 계신가요? 이 스킬은 변경 요약, 리뷰 체크리스트, 위험 평가 및 테스트 커버리지 리포트를 포함한 종합적인 PR 문서를 생성하여 리뷰 프로세스를 가속화합니다.

Prend en charge: Claude Codex Code(CC)
🥉 74 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

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ûr
v1 • 2/25/2026

All 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.

2
Fichiers analysés
741
Lignes analysées
0
résultats
1
Total des audits
Aucun problème de sécurité trouvé
Audité par: claude

Score de qualité

38
Architecture
100
Maintenabilité
87
Contenu
50
Communauté
100
Sécurité
91
Conformité aux spécifications

Ce que vous pouvez construire

오픈소스 기여자

설립된 리뷰 프로세스와 체크리스트 요구사항이 있는 대규모 프로젝트에 기여하기 위한 잘 구조화된 PR 설명을 생성합니다.

엔지니어링 팀 리드

팀 전체에서 일관된 설명, 리뷰 체크리스트 및 위험 문서를 생성하여 모든 병합에 대한 PR 품질을 표준화합니다.

개인 개발자

시간에 따른 변경 사항 추적과 미래의 유지보수 또는 협업을 용이하게 하기 위해 개인 프로젝트에 대한 종합적인 문서를 작성합니다.

Essayez ces prompts

기본 PR 요약
현재 브랜치의 변경 사항을 main과 비교하여 검토하고 무엇이 변경되었는지와 그 이유를 설명하는 간결한 PR 요약을 작성하세요.
상세 PR 설명
PR diff를 분석하여 다음을 포함한 포괄적인 설명을 생성하세요: 실행 요약, 변경 사항, 수행된 테스트, 위험,-breaking 변경, 수정된 파일 유형에 맞춤화된 리뷰 체크리스트.
대규모 PR 분석
제 PR에 많은 변경 사항이 있습니다. diff를 분석하여 논리적 그룹화를 식별하고 이를 더 작고 리뷰 가능한 PR로 분할하는 방법을 제안하세요. 각 제안된 분할에 대해 범위와 어떤 파일이 함께 속하는지 설명하세요.
전체 PR 패키지
완전한 PR 패키지를 생성하세요: 변경 사항 분석, 모든 섹션이 포함된 상세 설명 생성, 완화 전략이 포함된 위험 평가 산출, 테스트 커버리지 리포트 생성, 필요한 아키텍처 다이어그램 제안, 각 변경 범주에 대한 컨텍스트 인식 리뷰 체크리스트 제공.

Bonnes pratiques

  • PR을 단일 논리적 변경에 집중하여 리뷰를 단순화하세요
  • 행동 변경의 경우 이전과 이후 예제를 포함하세요
  • 변경 사항을 로컬에서 테스트하고 PR에 테스트 결과를 문서화하세요

Éviter

  • 분할 없이 수백 개의 파일이 변경된 PR 제출
  • '수정됨' 또는 '기타 개선'과 같은 모호한 설명 작성
  • 최종 코드에 TODO 주석 또는 디버깅 문 제거

Foire aux questions

이 스킬이 작동하려면 어떤 정보를 제공해야 하나요?
현재 브랜치 이름, 기본 브랜치(일반적으로 main), 선택적으로 git diff 또는 커밋 메시지를 제공하세요. 스킬이 이를 분석하여 종합적인 PR 문서를 생성합니다.
이 스킬이 GitHub에서 직접 PR을 생성할 수 있나요?
아니요, 이 스킬은 PR 설명과 문서를 생성합니다. 출력을 복사하여 GitHub, GitLab 또는 선호하는 플랫폼을 통해 수동으로 PR을 생성해야 합니다.
위험 평가는 어떻게 작동하나요?
스킬은 PR 크기, 복잡성, 영향을 받는 파일, 테스트 커버리지, 보안 민감한 변경 등의 요소를 평가하여 위험 점수를 계산합니다. 항상 자신의 판단으로 평가를 확인하세요.
PR을 더 쉽게 리뷰하려면 무엇이 필요한가요?
명확한 요약, 집중된 범위, 설명적인 커밋 메시지, 관련 테스트 커버리지, breaking 변경 또는 아키텍처 결정에 대한 명시적 언급이 리뷰어가 더 빠르게 변경 사항을 이해하고 승인하는 데 도움이 됩니다.
모든 PR에 이것을 사용해야 하나요?
이 스킬은 중대형 PR이거나 공식 리뷰 프로세스가 있는 프로젝트에 기여할 때 가장 가치 있습니다. 작은 오타 수정은 포괄적인 문서가 필요하지 않을 수 있습니다.
생성된 템플릿을 사용자 정의할 수 있나요?
네, 출력은 시작점입니다. 생성된 콘텐츠를 프로젝트 규칙에 맞게 수정하고 변경 사항에 특화된 컨텍스트를 추가하세요.

Détails du développeur

Structure de fichiers