Compétences github-pr-best-practices
📝

github-pr-best-practices

Sûr

プロフェッショナルなGitHubプルリクエストの作成

Également disponible depuis: 1natsu172

明確な標準なしでプルリクエストを作成すると、レビューが混乱しマージが遅延します。このスキルは、Conventional Commit標準に沿ったPRタイトル、説明文、フォーマットの作成のための実証済みのテンプレートとガイドラインを提供します。英語と日本語の両方出力をサポートします。

Prend en charge: Claude Codex Code(CC)
⚠️ 68 Médiocre
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 "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ûr
v3 • 1/10/2026

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

3
Fichiers analysés
1,319
Lignes analysées
0
résultats
3
Total des audits
Aucun problème de sécurité trouvé

Score de qualité

38
Architecture
100
Maintenabilité
83
Contenu
22
Communauté
100
Sécurité
78
Conformité aux spécifications

Ce que vous pouvez construire

PRフォーマットの標準化

Conventional Commit標準を使用して、チーム全体で一貫したPRタイトルと説明を適用します

コントリビューションの品質向上

コントリビューターがレビュー時間を短縮する明確なPR説明文を作成するようガイドします

バイリンガルPRの作成

多言語開発チームをサポートするため、英語または日本語でPRコンテンツを生成します

Essayez ces prompts

基本的なPR作成
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.
バグ修正PR
Write a PR description for fixing a race condition in session management. The root cause was concurrent requests modifying session state. Use Japanese output.
複雑な変更のPR
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を作成すると、重要な変更を見���とす可能性があります

Foire aux questions

このスキルはどのようなツールでサポートされていますか?
Compatible with Claude, Codex, and Claude Code. Works with any LLM that can read markdown documentation.
どのようなConventional Commitタイプがサポートされていますか?
Supports feat, fix, docs, style, refactor, perf, test, build, ci, chore, and revert types.
英語と日本語を切り替えるにはどうすればよいですか?
Specify the language in your prompt. Default is English. Use 'Use Japanese output' for Japanese content.
このスキルを使用すると、データは安全ですか?
This is a read-only documentation skill. It does not access files, networks, or external services.
なぜ私のPRがCIで拒否されるのですか?
Ensure title follows format 'type(scope): description' with no emojis and proper tense. Check project-specific templates.
git-analysisスキルとはどう異なりますか?
Git-analysis gathers commit information. This skill formats PR content. Use them together for best results.

Détails du développeur

Structure de fichiers