スキル一覧に戻る
Perdolique

github-pull-request

by Perdolique

Reusable agent skills

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: github-pull-request description: Generate GitHub pull request titles and descriptions from code changes. Use when creating PR, updating PR, generating PR content for output, or when user mentions pull request, PR, merge request, create PR, update PR, write PR description, PR text, generate PR, prepare PR, GitHub workflow, code review. license: Unlicense

GitHub Pull Request

Language Requirement

Always write PR content in English only

PR Title

  • ≤50 characters, imperative mood ("Add feature" not "Added" or "Adds")
  • Accurately reflect main purpose of changes
  • No issue numbers in title (use description)
  • For monorepos, consider a scoped title (e.g., feat(scope): description)

Examples:

  • Add dark mode support to theme package
  • Fix input validation in text field component
  • Refactor build configuration for better performance

PR Description

Required sections:

  1. Summary - What changed (bullet points, mention affected packages/modules)
  2. Motivation - Why these changes were necessary, impact on project
  3. Related Issues - Fixes #123, Closes #456, Related to #789

Optional sections:

  • Testing Notes
  • Breaking Changes (with migration guide)
  • Performance Impact

Example:

## Summary

Adds dark mode support to the theme package:

- Added dark color palette with semantic tokens
- Updated CSS variables for theme switching
- Added theme toggle component

## Motivation

Users requested dark mode to reduce eye strain and improve accessibility.

## Related Issues

Fixes #42

Writing Style

Write engaging, conversational descriptions - not boring technical documents!

  • Use clear, simple language
  • Explain the "why" behind decisions
  • Emojis in description body OK ✅ (NOT in title)
  • Show enthusiasm for clever solutions
  • Be honest about challenges and trade-offs

See references/pr-examples.md for boring vs engaging examples.

Edge Cases

  • Large changesets: Group changes by component in summary
  • Updating existing PR: Preserve metadata, add update comment
  • Breaking changes: Mark clearly, provide migration guide
  • Monorepo: Clearly indicate affected packages

スコア

総合スコア

45/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

レビュー

💬

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