Управление GitHub Pull Requests с код-ревью

★ 7.2 · automation

github-pr is a Claude Code skill that creates and manages GitHub pull requests for projects using either jujutsu or git version control. Before submitting, it runs pre-flight checks — `deno fmt --check`, `deno lint`, and `deno run test` — automatically fixing formatting issues with `deno fmt` if needed. The skill detects the active VCS by checking for a `.jj` directory and loads the matching command reference, then opens a PR via `gh pr create` with a structured summary and test plan. It covers the full review lifecycle: fetching comments with `gh pr view --comments`, addressing blocking feedback or evaluating non-blocking suggestions, re-requesting review, and merging via squash or merge commit with branch deletion.