Skip to content

feat: /ship now uses repo PR/issue templates (v0.4.4)#111

Open
yoseldvp wants to merge 2 commits intogarrytan:mainfrom
yoseldvp:feat/repo-template-detection
Open

feat: /ship now uses repo PR/issue templates (v0.4.4)#111
yoseldvp wants to merge 2 commits intogarrytan:mainfrom
yoseldvp:feat/repo-template-detection

Conversation

@yoseldvp
Copy link

Summary

  • /ship now detects and uses the target repo's .github/PULL_REQUEST_TEMPLATE.md (and all other standard locations) as the base structure for PR bodies, merging in ship-specific sections where the template doesn't already cover them.
  • New {{REPO_TEMPLATE_DETECT}} shared placeholder for skill authors — any skill that creates PRs or issues can reuse it.
  • Removed hardcoded "Generated with Claude Code" signature from PR bodies — that's up to each repo's own template or CLAUDE.md.

Pre-Landing Review

No issues found.

Eval Results

No prompt-related files changed — evals skipped.

TODOS

No TODO items completed in this PR.

Test plan

  • All skill validation tests pass (123 tests, 0 failures)
  • All gen-skill-docs tests pass (34 tests, 0 failures)
  • bun run gen:skill-docs regenerates cleanly with new resolver

yoseldvp and others added 2 commits March 16, 2026 14:26
Add {{REPO_TEMPLATE_DETECT}} shared resolver that checks all standard
GitHub template locations (.github/PULL_REQUEST_TEMPLATE.md, issue
templates, etc.). /ship Step 8 now reads the repo's PR template and
uses it as the base structure, merging in ship-specific sections.

Falls back to the existing default format when no template is found.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant