From a61d0da43e02e90047988fd47df7ac50297ed60f Mon Sep 17 00:00:00 2001 From: amirbena Date: Thu, 24 Sep 2026 20:19:07 +0300 Subject: [PATCH] Add a concrete github-pr-review invocation to the README quick start (#536) Co-Authored-By: Claude Opus 5.5 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 492e8cc..50e1f5e 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,15 @@ equivalent to a managed one (no update command, not counted toward skills.sh). ``` A bare `/local-code-review` with no context is fully supported. - - `github-pr-review` takes a PR URL or number. + - `github-pr-review` takes a PR URL, or a PR number when the repository + is clear from context: + + ```text + /github-pr-review https://github.com/OWNER/REPO/pull/123 + ``` + + By default it returns the report without posting anything to GitHub; + publishing is covered in [`docs/features/`](docs/features/README.md). Missing optional context never fails or degrades a review.