Автогенерация описания pull request
documentation
describe_pr is a Claude Code skill that automatically generates comprehensive pull request descriptions following a repository's own template. It reads the template from `thoughts/shared/pr_description.md`, collects data via GitHub CLI commands (`gh pr diff`, `gh pr view`), aggregates reasoning history from commit-level files to surface previously tried approaches, and runs verification commands such as `make check test` to check off checklist items. The finished description is saved to `thoughts/shared/prs/{number}_description.md` and pushed to the PR with `gh pr edit`. Ideal for developers who want to standardize PR documentation and reduce the manual effort of writing thorough change descriptions in team repositories.
- #pull-request
- #github
- #documentation
- #automation
- #git