Back to list
bendrucker

pull-request

by bendrucker

My personal plugin marketplace and settings for Claude Code

5🍴 1📅 Jan 23, 2026

SKILL.md


name: pull-request description: | Create a GitHub pull request (PR) with proper formatting and content guidelines. Invoke this skill whenever the user wants to create, open, or submit a PR (or GitLab MR, Gerrit CR). allowed-tools: Bash(gh:*), mcp__github

Pull Request

Guidelines for creating or updating pull requests (PRs), merge requests (MRs), or change requests (CRs).

Title

  • Check recent commits (git log --oneline -20) to determine the repo's commit style:
    • subject (default): ${subject}: ${summary} (e.g., api: add timeout to request)
    • conventional: ${type}: ${summary} (e.g., fix: add timeout to request)
  • Keep under 50 characters, max 100
  • Use imperative mood, lowercase except proper nouns

Body

  • Use strategy in context.md to gather context if needed
  • Start with 1-3 sentences summarizing the change (no preceding header)
  • Wrap all code identifiers with backticks: function names, class names, file paths, endpoints, status codes, etc.
  • Use ## sections for larger changes. See sections.md for detailed guidance on:
    • ## Issue - Root cause analysis and issue linking
    • ## Changes - High-level description of changes
    • ## Testing - Test coverage insights
    • ## References - Related links and issues

Issue Handling

When an issue is referenced:

  • ONLY reference the issue in the PR body (e.g., Closes #123, Fixes #456)
  • NEVER modify the issue directly - no comments, labels, milestones, or assignees

Workflow

See workflow.md for creating a new pull request.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

Reviews

💬

Reviews coming soon