From cb8062f53f0669895171c0f413cc527ea535df2c Mon Sep 17 00:00:00 2001 From: wenshao Date: Mon, 6 Apr 2026 22:47:12 +0800 Subject: [PATCH] feat(review): add --comment tip after PR review verdict MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After presenting findings for a PR review, append a tip: "Tip: run /review --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) --- packages/core/src/skills/bundled/review/SKILL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/core/src/skills/bundled/review/SKILL.md b/packages/core/src/skills/bundled/review/SKILL.md index edb754ffa..da487adef 100644 --- a/packages/core/src/skills/bundled/review/SKILL.md +++ b/packages/core/src/skills/bundled/review/SKILL.md @@ -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 --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.