스킬 github-pr-creation
🔀

github-pr-creation

안전 🌐 네트워크 접근⚙️ 외부 명령어

検証機能付きGitHubプルリクエストの作成

適切な形式でプルリクエストを作成するには時間と注意が必要です。このスキルは、タスクの検証、テストの実行、Conventional Commits形式のメッセージ生成を自動化してPR作成を効率化します。

지원: Claude Codex Code(CC)
📊 69 적절함
1

스킬 ZIP 다운로드

2

Claude에서 업로드

설정 → 기능 → 스킬 → 스킬 업로드로 이동

3

토글을 켜고 사용 시작

테스트해 보기

"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?

보안 감사

안전
v5 • 1/16/2026

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.

2
스캔된 파일
347
분석된 줄 수
2
발견 사항
5
총 감사 수
감사자: claude 감사 이력 보기 →

품질 점수

38
아키텍처
100
유지보수성
85
콘텐츠
21
커뮤니티
100
보안
91
사양 준수

만들 수 있는 것

機能PRワークフロー

適切なConventional Commits形式と検証を使用して、機能ブランチのPR作成を自動化

リリースPR作成

developからmainブランチへの標準化された形式のリリースPRを生成

バグフィックスPR送信

適切なラベルと破壊的変更の検出を含むバグフィックスプルリクエストを作成

이 프롬프트를 사용해 보세요

機能PRの作成
Create a PR from my current branch to develop. Use the github-pr-creation skill.
バグフィックスPRの作成
Create a PR for this fix to the develop branch. Include bug and bugfix labels.
リリースPRの作成
Create a release PR from develop to main. Verify all tests pass first.
コンテキスト付きカスタムPR
Create a PR with custom labels and extended description covering the following changes: [describe your changes]

모범 사례

  • PR作成前に必ずターゲットブランチを確認する
  • コード品質を確保するために最初にテストを実行する
  • 一貫性のあるPRタイトルのためにConventional Commitsを使用する

피하기

  • 生成されたコンテンツを確認せずにPRを作成する
  • PR送信前のテスト検証をスキップする
  • ブランチ名をユーザーに確認しない

자주 묻는 질문

このスキルはどのツールでサポートされていますか?
Claude、Codex、Claude Codeで動作します。GitHub CLI (gh) のインストールが必要です。
どのテストフレームワークがサポートされていますか?
Makefile、npm test、pytestをサポートしています。プロジェクト設定でカスタムテストコマンドを追加できます。
このスキルはコードを変更しますか?
いいえ。このスキルは読み取り専用の分析を実行し、確認後にのみPRを作成します。
データは安全ですか?
はい。データは外部に送信されません。すべてのgit操作はマシン上でローカルに実行されます。
なぜGitHub CLIが必要なのですか?
GitHub CLIは、URLにトークンを公開することなく、安全な認証とPR作成を提供します。
デフォルトのPR作成とどう違いますか?
このスキルは検証、Conventional Commits形式、自動ラベル提案を追加します。

개발자 세부 정보

파일 구조

📄 SKILL.md