AgentSkillsCN

bootstrap-qcow2-check-pr-feedback

使用Bootstrap::CodexUtils获取并汇总GitHub PR反馈,包括bootstrap-qcow2(议题评论、评审评论和评审),以便在有人完成PR评审后手动检查新的评审注释。

SKILL.md
--- frontmatter
name: bootstrap-qcow2-check-pr-feedback
description: Fetch and summarize GitHub PR feedback for bootstrap-qcow2 (issue comments, review comments, and reviews) using Bootstrap::CodexUtils, to manually check for new review notes after someone completes a PR review.

Check PR feedback (manual trigger)

Use this after a reviewer finishes leaving comments to pull the latest feedback into the container.

Fetch feedback

From the repo root:

sh
./bin/bq2 github-pr-feedback --pr <PR_NUMBER> --pretty

Notes

  • Requires GitHub API access; defaults to /work/.git-credentials when present (override with --credentials).
  • Pass --repo owner/name when running outside a git checkout (e.g., staged snapshots) and inference fails.
  • Endpoints queried:
    • /pulls/:number/comments (review comments on diffs)
    • /issues/:number/comments (PR conversation thread)
    • /pulls/:number/reviews (submitted reviews)