From 6233076bf0c96263ef35b641894a37906cbf64d3 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 6 Aug 2026 05:23:05 +0000 Subject: [PATCH] chore(ship): prompt for PR evidence (screenshots, demos, output) --- .claude/commands/ship.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/commands/ship.md b/.claude/commands/ship.md index f172c58..30fcbce 100644 --- a/.claude/commands/ship.md +++ b/.claude/commands/ship.md @@ -114,7 +114,8 @@ gh pr view --json url 2>/dev/null If no PR exists, create one: - Title: conventional commit style from the branch changes -- Body: use What / Why / How / Risk / Checklist +- Body: use `.github/pull_request_template.md` (What changed / Why / Before / After / Risk / Checklist); center it on functional change and impact, not a code-location walkthrough +- Evidence: in the Before / After, attach proof — CLI/API output or logs (fetch results, MCP responses). Say so when there is no observable behavior change - Never add AI attribution or session links If a PR exists, update it if needed and report its URL.