スキル一覧に戻る
first-fluke

create-pr

by first-fluke

create-prは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

141🍴 21📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: create-pr description: Automates the creation of detailed, well-formatted Pull Requests using the GitHub CLI. Parses conventional commits to generate titles and descriptions.

Create PR

This skill streamlines the Pull Request process, ensuring consistent and high-quality PR descriptions.

Prerequisites

  • gh (GitHub CLI) must be installed and authenticated.
  • The current branch must have commits that are not yet on the remote (or a corresponding remote branch).

Workflow

  1. Analyze Context: Checks the git log to understand the changes (feat, fix, chore).
  2. Generate Metadata:
    • Title: Uses the conventional commit format (e.g., feat: Implement user login).
    • Body: Summarizes the changes, links to issues, and provides verification steps.
  3. Execute: Runs gh pr create.

Usage

# Standard usage (interactive)
gh pr create

# Fully automated with flags
gh pr create --title "feat: Add user profile" --body "Implements user profile page..."

Best Practices for PRs

  • Small & Focused: Keep PRs limited to a single logical change.
  • Linked Issues: Always link to the task/issue (e.g., Closes #123).
  • Self-Review: Review your own diff before creating the PR.
  • Verification: Explicitly state how you verified the change (screenshots, test output).

スコア

総合スコア

75/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です