明確な標準なしでプルリクエストを作成すると、レビューが混乱しマージが遅延します。このスキルは、Conventional Commit標準に沿った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 "github-pr-best-practices". Create a PR for adding user profile features with avatar upload and bio editing
Résultat attendu:
- ## Summary
- - Add user profile customization features
- - Implement avatar upload with image processing
- - Add bio and social links editing
- ## Test plan
- - [ ] Test avatar upload and processing
- - [ ] Test bio editing with various markdown
- - [ ] Test social links validation
- - [ ] Test file size and format validation
Audit de sécurité
SûrPure documentation skill containing only markdown files. No executable code, network calls, filesystem access, or environment variable reads. This skill provides guidance templates and best practices for creating GitHub pull requests.
Score de qualité
Ce que vous pouvez construire
PRフォーマットの標準化
Conventional Commit標準を使用して、チーム全体で一貫したPRタイトルと説明を適用します
コントリビューションの品質向上
コントリビューターがレビュー時間を短縮する明確なPR説明文を作成するようガイドします
バイリンガルPRの作成
多言語開発チームをサポートするため、英語または日本語でPRコンテンツを生成します
Essayez ces prompts
Create a pull request for a new feature that adds OAuth2 authentication with the following commits: 'feat(auth): add OAuth2 login' and 'feat(config): add provider settings'. Use English output.
Write a PR description for fixing a race condition in session management. The root cause was concurrent requests modifying session state. Use Japanese output.
Create a PR description for migrating API from v1 to v2. Include breaking changes about response format and user ID type changes. Follow the complex change template.
Create a PR for updating API documentation. The changes include new endpoints, authentication examples, and fixed parameter descriptions. Use the documentation template.
Bonnes pratiques
- タイプ、オプションのスコープ、明確な説明とともにConventional Commit形式に従います
- PRの概要は1〜3つの箇条書きで「何」と「なぜ」を説明し、「方法」は説明しない程度に保ちます
- 具体的で実行可能なチェックボックス項目を含むテスト計画を必ず含めます
Éviter
- PRタイトルや説明文に絵文字を使用すると、プロフェッショナルな標準に反します
- 「物を更新しました」といった曖昧な説明は、レビュアーにコンテキストを提供しません
- すべてのコミットを分析せずにPRを作成すると、重要な変更を見���とす可能性があります