gh-pr-review-posting
GH PR Review Posting
Follow this workflow to post PR review feedback reliably.
Quick Start
- Collect PR context (
repo,pr_number,head_sha). - Write inline comment specs as a JSON array in
/tmp. - Build one review payload JSON (
event,body,comments). - Submit exactly one
POST /pulls/{pr}/reviewscall. - Verify review state and attached inline comments.
Use references/github-review-api.md for endpoint details and troubleshooting.
Workflow
1) Resolve PR Context
Get the PR head commit SHA used for inline comment anchoring:
More from exaby73/skills
pub-package-explorer
Find and read source code for Dart or Flutter packages from project dependencies or pub.dev. Use when asked to inspect package implementation details, trace dependency code, locate package files by resolving `.dart_tool/package_config.json`, or inspect a package that is not currently installed by unpacking it with `dart pub unpack`.
17git-committer
Generates conventional one line commit messages from a git diff
16gwt-tester
Write or refactor tests using clear Given/When/Then structure. Use when creating new tests, improving test readability, or standardizing test files with setup hooks, assertion-only Then blocks, and shallow suite nesting.
8gwt-testing
Write or refactor tests using clear Given/When/Then structure. Use when creating new tests, improving test readability, or standardizing test files with setup hooks, assertion-only Then blocks, and shallow suite nesting.
3temp-output-clipboard
Generate user-requested text into a temporary file and copy it to the system clipboard. Use when the user asks to draft, write, or generate text and wants quick copy/paste. Default to a Markdown temp file (`.md`) unless the user explicitly asks for another format.
2