This skill automates the creation of detailed, structured pull request descriptions. Instead of analyzing the entire project history, it precisely identifies the divergence point of the current branch to extract only relevant changes, ensuring that the PR description reflects actual feature work and not cumulative noise.
Use this skill when preparing a feature branch for review, specifically when you need a comprehensive summary of changes, a categorized change type (bug fix, feature, breaking change), and a suggested testing strategy.
git merge-base and git diff to ensure strict branch-only scope.Designed for AI coding agents with shell access, such as Claude Code, Codex, and other ACP-compatible harnesses.
This skill has not been reviewed by our automated audit pipeline yet.