← ClaudeAtlas

pr-review-postlisted

Post a humanized, file-by-file inline PR review under the user's own GitHub account. Takes review findings (from a code-review pass or ad hoc), rewrites them in a warm collaborative teammate voice, tags the PR author, and posts each note as an inline comment anchored to the right file, with no AI/assistant attribution. Use when the user says "post these review comments", "review this PR and post it", "leave comments on the PR file by file", or wants the same review-and-post cycle on any repo/PR. Agent-agnostic; requires the GitHub CLI (`gh`).
sauravGit/pr-review-post · ★ 0 · Code & Development · score 62
Install: claude install-skill sauravGit/pr-review-post
# pr-review-post Turn review findings into a posted PR review: one humanized note per file, tagging the author, under the user's account. Works on any repo/PR via `gh`. ## When to use The user wants findings **posted** to a GitHub PR as file-by-file inline comments (not one blob comment, not attributed to an AI). Pair it with any code-review pass for the analysis; this skill is the posting half. ## Voice (non-negotiable) - Collaborative teammate, not a linter. Praise what is good first. - Suggestions and questions ("Was that intentional?"), not commands. - Judgement calls stay soft ("not blocking", "at some point", "minor one"). - **No dashes** as separators or em-dashes in the comment text. Plain sentences. - One note per file (occasionally two if genuinely distinct). Each note begins with `@author` (the helper substitutes the real PR author login). - Never mention the assistant / AI. The user is the author of the review. ## Workflow 1. **Pin the PR.** Get `owner/name` and the PR number from the URL the user gives. 2. **Get findings.** Reuse a prior review pass if one exists; otherwise do a light two-axis pass (standards smells + spec). Only surface things worth the author's time. 3. **Draft per-file notes** in the voice above. Show them to the user and get explicit go-ahead before posting (posting is outward-facing). 4. **Post** with the helper (it auto-anchors to real diff lines, tags the author, clears any stale pending review, and folds un-anchorable no