Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .claude/commands/ship.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading