ワンクリックで
git-commit-messages
Writing scannable, searchable commit messages that prioritize the what over the why.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Writing scannable, searchable commit messages that prioritize the what over the why.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Orchestrate Birdhouse child agents to investigate PR review feedback in parallel, classify it as strengthened, weakened, or invalidated, then address approved items serially with fixes or threaded replies.
Create isolated working directories using git worktrees without affecting the main workspace. Use when you want to use worktree, git worktree, worktree workflow, isolated development, work in worktree, create worktree, or worktree best practices.
Reply to GitHub PR review comments as threaded responses using the GitHub API replies endpoint.
Generate release notes from git branch commit history and analyze changes. Use when you want to generate release notes, prepare release notes, prep for a PR, find what changed in this branch, or get branch change summary.
Create GitHub pull requests using gh CLI with proper formatting for multi-line descriptions. Use when you want to create a pr, submit a pr, pull request, create a pull request, submit a pull request, open a pr, or new pr.
Core software development principles: code for readability and changeability, apply DRY wisely, test for confidence, and crash loudly on unexpected conditions.
| name | git-commit-messages |
| description | Writing scannable, searchable commit messages that prioritize the what over the why. |
| trigger_phrases | ["git commit","commit"] |
| tags | ["git"] |
Write commit messages optimized for scanning and searching.
Subject line
[Body with details...]
UserAuth: Fix session timeout is better than fix bug.AgentCard: Add gradient border on hover.PatternsDialog: Fix mobile responsive layout.