feat(review): add --comment tip after PR review verdict

After presenting findings for a PR review, append a tip:
"Tip: run /review <number> --comment to post these as PR inline comments."

This leverages the existing follow-up suggestion system — it will
read the tip in context and likely suggest the command as ghost text,
letting users discover the feature via Tab without blocking prompts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
wenshao 2026-04-06 22:47:12 +08:00
parent 2525791311
commit cb8062f53f

View file

@ -290,6 +290,9 @@ One of:
- **Request changes** — Has critical issues that need fixing
- **Comment** — Has suggestions but no blockers
If the review target is a PR and there are confirmed findings, append a tip after the verdict:
"Tip: run `/review <number> --comment` to post these findings as PR inline comments."
## Step 3.5: Autofix
If there are **Critical** or **Suggestion** findings with clear, unambiguous fixes, offer to auto-apply them.