スキル一覧に戻る
HotariTobu

pr-creator

by HotariTobu

0🍴 0📅 2025年12月21日
GitHubで見るManusで実行

SKILL.md


name: pr-creator description: Create pull requests with gh command after development is complete. Use when ready to open a PR.

PR Creator Skill

Create a pull request after development on a branch is complete.

Development Types

TypeBranch PatternTitle PrefixDraftTemplate
Featurefeature/*feat:Yesfeature.md
Bug fixfix/*fix:Nofix.md
Documentationdocs/*docs:Nodocs.md
Refactoringrefactor/*refactor:Yesrefactor.md

Guidelines

  1. Link the specification - Every PR must reference its specification
  2. One feature per PR - Keep PRs focused and small
  3. All tests must pass - Ensure CI is green
  4. Request a review - Wait for approval before merging

Workflow

  1. Analyze: Get branch name, commits (main..HEAD), and diff to understand changes
  2. Find spec: Look for related spec in docs/specs/
  3. Draft: Generate title and body using the appropriate template
  4. Confirm: Show draft to user for approval
  5. Create: Push if needed, run gh pr create
  6. Report: Show PR URL

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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