- milestone shortcuts: list, create, view, update, delete, close, reopen - compare shortcuts: view, files (compare branches/tags/commits) - pr +reopen: reopen closed pull requests - api: add --body-file and --body-stdin for reading JSON from file/stdin - comprehensive tests for all new shortcuts Co-authored-by: wangyue111 <wangyue111> Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Resolved conflicts between PR #24 (+versions, +version-diff) and PR #26 (+reviews, +review). Unified prReviewsPath() to use existing prV1Path() helper. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
将所有 skill 文档中对 pull_request_id 的引用替换为 pull_request_number, 与用户在网页 URL (/pulls/N) 中看到的序号一致。API 本身支持 pull_request_number,因此无需任何代码改动。 Fixes #7