smithery.ai

bootstrap-qcow2-check-pr-feedback

Fetch and summarize GitHub PR feedback for bootstrap-qcow2 (issue comments, review comments, and reviews) using Bootstrap::GitHubUtils, to manually check for new review notes after someone completes a PR review.

First seen Mar 29, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 934 B
  • docs SUMMARY.md 251 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

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:

./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)