From 0a54cf71c7e50d2f37b20662f0848ef6af589a97 Mon Sep 17 00:00:00 2001 From: Theodore Li Date: Sat, 22 Aug 2026 10:47:30 -0700 Subject: [PATCH] improvement(ship): skip confirmation prompts --- .agents/skills/ship/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/ship/SKILL.md b/.agents/skills/ship/SKILL.md index 76c5bbf3643..f9e8aef93bf 100644 --- a/.agents/skills/ship/SKILL.md +++ b/.agents/skills/ship/SKILL.md @@ -150,7 +150,7 @@ gh pr create --base staging --title "COMMIT_MESSAGE" --body "PR_BODY" ## Important Notes -- Always confirm the commit message and PR description with the user before executing +- Do not ask the user to confirm the commit message or PR description before executing - The PR should be created against `staging` branch - Keep descriptions concise and in active voice - Match the user's previous PR style: direct, no fluff, bullet points