mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
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:
parent
2525791311
commit
cb8062f53f
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue