Post Review Comments banner
microsoft microsoft

Post Review Comments

Git community

Description

# Post Review Comments to GitHub Post code review findings from a review file (generated by `/review-pr` or `/review-staged`) as comments on the associated GitHub pull request. ## Usage ``` /post-review-comments [REVIEW_FILE_PATH] ``` **Arguments:** - `REVIEW_FILE_PATH` (optional) - Path to the review file. If omitted, uses the most recent review file in `.codereviews/`. **Examples:** - `/post-review-comments` - Post comments from the most recent review - `/post-review-comments .codereviews

Installation

Installs to ~/.claude/commands/microsoft-agent365-samples-post-review-comments.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/microsoft/Agent365-Samples/HEAD/.claude/commands/post-review-comments.md -o ~/.claude/commands/microsoft-agent365-samples-post-review-comments.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository