Skip to content

Claude/Codex向けのPR・コミット文面作成スキルを追加しました。#1119

Merged
suin merged 1 commit into
masterfrom
1117
May 15, 2026
Merged

Claude/Codex向けのPR・コミット文面作成スキルを追加しました。#1119
suin merged 1 commit into
masterfrom
1117

Conversation

@suin
Copy link
Copy Markdown
Contributor

@suin suin commented May 15, 2026

対象者

  • 📖 読者
  • ✍️ 執筆者

Problem

PR作成前にコミットメッセージとPR本文を提案する手順が、Claude/Codexから参照できるスキルとして用意されていませんでした。また、コミット本文だけでは変更の意図や価値が分かりづらくなる可能性がありました。

Solution

Claude/Codex向けに write-commit-for-pr スキルを追加しました。

  • .claude/skills/write-commit-for-pr/SKILL.md
  • .codex/skills/write-commit-for-pr/SKILL.md

コミット本文とPR本文の両方で、対象者、Problem、Solution、Value、Issueの関連付けを書くように明記しました。

Value

PR本文だけでなく、コミット履歴からも変更の背景と価値を確認できるようになります。

Checks

  • bunx prettier --check .claude/skills/write-commit-for-pr/SKILL.md .codex/skills/write-commit-for-pr/SKILL.md

Close #1117

@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
book Ready Ready Preview, Comment May 15, 2026 0:03am

Request Review

@suin suin marked this pull request as ready for review May 15, 2026 11:50
## 対象者

- [ ] 📖 読者
- [x] ✍️ 執筆者

## Problem

PR作成前にコミットメッセージとPR本文を提案する手順が、Claude/Codexから参照できるスキルとして用意されていませんでした。また、コミット本文だけでは変更の意図や価値が分かりづらくなる可能性がありました。

## Solution

Claude/Codex向けに `write-commit-for-pr` スキルを追加しました。

- `.claude/skills/write-commit-for-pr/SKILL.md`
- `.codex/skills/write-commit-for-pr/SKILL.md`

コミット本文とPR本文の両方で、対象者、Problem、Solution、Value、Issueの関連付けを書くように明記しました。

## Value

PR本文だけでなく、コミット履歴からも変更の背景と価値を確認できるようになります。

---

Close #1117
@suin suin merged commit 9582de5 into master May 15, 2026
4 checks passed
@suin suin deleted the 1117 branch May 15, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Claude/Codex向けコミットメッセージ生成スキルを追加する

1 participant