Написание осмысленных описаний pull request
★ 7.5 · documentation
forge-pr is a Claude Code skill that generates PR titles and descriptions for GitHub (Bitbucket support is planned) in a way developers actually want to read. It prescribes a clear structure: an opening paragraph stating what changed and why, followed by details in whichever format fits the content — prose, bullet lists, before/after tables, or fenced ASCII/Mermaid diagrams. The skill explicitly targets common LLM anti-patterns: flat file-by-file bullet dumps, implementation-detail overload, and boilerplate headers like "## Summary" or "## Changes". For GitHub Nix flakes with a buildable output, it adds a "Try it locally" section with a fenced `sh` code block. Every PR body ends with an attribution footer naming the invoking workflow, the agent, and the model ID, so reviewers know exactly what produced the diff.
- #pull-requests
- #github
- #code-review
- #technical-writing
- #collaboration