Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading