Обновление описания pull request по коду

★ 7.6 · documentation

update-pr-description is a Claude Code skill that evaluates a pull request's title and description against its actual implementation — comparing stated intent with commit messages and the full diff — then iteratively suggests and applies corrections. The workflow fetches PR data via `gh pr view` and `gh pr diff`, identifies meaningful divergence (wrong scope, missing major changes, stale claims), and applies agreed updates with `gh pr edit --title ... --body ...`. Changes are proposed one at a time, the repository's existing PR template and style are preserved, checkboxes are updated where appropriate, and accurate descriptions are left untouched. Built for developers who need to keep PR metadata in sync with real code changes before review or merge.