docs: simplify PR review usage instructions
This commit is contained in:
parent
70e597aa83
commit
59a9e26e0c
|
|
@ -9,11 +9,8 @@ Adversarial code review for GitHub PRs. Works with any LLM agent.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
Point your agent at `review-prompt.md` and ask it to review a specific PR:
|
||||||
# Claude Code
|
|
||||||
claude "Review PR #123 using tools/maintainer/pr-review/review-prompt.md"
|
|
||||||
|
|
||||||
# Other agents: copy review-prompt.md contents to your agent
|
> "Read tools/maintainer/pr-review/review-prompt.md and apply it to PR #123"
|
||||||
```
|
|
||||||
|
|
||||||
See `review-prompt.md` for full details on output format, safety features, and how it works.
|
See `review-prompt.md` for full details on output format, safety features, and how it works.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue