From cd595c1d38aac150cdc90c2bd71779be20a479c2 Mon Sep 17 00:00:00 2001 From: shokollm <270575765+shokollm@users.noreply.github.com> Date: Tue, 7 Apr 2026 04:08:22 +0000 Subject: [PATCH] feat: add PR review/comment workflow to cmd_continue prompt --- skills/kugetsu/scripts/kugetsu-session.sh | 41 +++++++++++++++++------ 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/skills/kugetsu/scripts/kugetsu-session.sh b/skills/kugetsu/scripts/kugetsu-session.sh index 6c5fb85..b03cea9 100755 --- a/skills/kugetsu/scripts/kugetsu-session.sh +++ b/skills/kugetsu/scripts/kugetsu-session.sh @@ -271,7 +271,28 @@ build_dev_agent_message() { local number=$(echo "$issue_ref" | grep -oE '#[0-9]+$' | tr -d '#') local worktree_path=$(issue_ref_to_worktree_path "$issue_ref") - local base_message="You are assigned to work on $issue_ref. + if [ -n "$user_message" ]; then + cat <