github-pr-creation
検証機能付きGitHubプルリクエストの作成
適切な形式でプルリクエストを作成するには時間と注意が必要です。このスキルは、タスクの検証、テストの実行、Conventional Commits形式のメッセージ生成を自動化してPR作成を効率化します。
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"github-pr-creation" 사용 중입니다. Create a PR from my feature branch to develop
예상 결과:
- Analyzing commits...
- Running tests (make test)...
- Generating PR title: feat(auth): add OAuth2 login support
- Suggested labels: feature, enhancement
- Ready to create PR. Confirm to proceed?
"github-pr-creation" 사용 중입니다. Create a bugfix PR for the login issue
예상 결과:
- Analyzing commits...
- Running tests (npm test)...
- Generating PR title: fix(auth): resolve session timeout bug
- Suggested labels: bug, bugfix
- Breaking change: none detected
- Ready to create PR. Confirm to proceed?
"github-pr-creation" 사용 중입니다. Create a release PR from develop to main
예상 결과:
- Analyzing commits...
- Running tests (pytest)...
- Generating PR title: release: v2.0.0
- Suggested labels: release
- Commits included: 15 features, 3 fixes
- Ready to create PR. Confirm to proceed?
보안 감사
안전Pure documentation-based skill with no executable code. The static analyzer produced false positives by misinterpreting markdown documentation examples as shell commands and YAML text as cryptographic patterns. All shell commands shown are instructional examples within code fences for AI workflow guidance. No actual command execution, network calls, or cryptographic operations exist in this skill.
위험 요인
🌐 네트워크 접근 (1)
⚙️ 외부 명령어 (33)
품질 점수
만들 수 있는 것
機能PRワークフロー
適切なConventional Commits形式と検証を使用して、機能ブランチのPR作成を自動化
リリースPR作成
developからmainブランチへの標準化された形式のリリースPRを生成
バグフィックスPR送信
適切なラベルと破壊的変更の検出を含むバグフィックスプルリクエストを作成
이 프롬프트를 사용해 보세요
Create a PR from my current branch to develop. Use the github-pr-creation skill.
Create a PR for this fix to the develop branch. Include bug and bugfix labels.
Create a release PR from develop to main. Verify all tests pass first.
Create a PR with custom labels and extended description covering the following changes: [describe your changes]
모범 사례
- PR作成前に必ずターゲットブランチを確認する
- コード品質を確保するために最初にテストを実行する
- 一貫性のあるPRタイトルのためにConventional Commitsを使用する
피하기
- 生成されたコンテンツを確認せずにPRを作成する
- PR送信前のテスト検証をスキップする
- ブランチ名をユーザーに確認しない
자주 묻는 질문
このスキルはどのツールでサポートされていますか?
どのテストフレームワークがサポートされていますか?
このスキルはコードを変更しますか?
データは安全ですか?
なぜGitHub CLIが必要なのですか?
デフォルトのPR作成とどう違いますか?
개발자 세부 정보
작성자
Bae-ChangHyun라이선스
MIT
리포지토리
https://github.com/Bae-ChangHyun/cc-plugins-bch/tree/main/plugins/gitwf/skills/github-pr-creation참조
main
파일 구조
📄 SKILL.md