From story-driven
Pull request template for story-driven development. Use when creating PRs or need PR structure reference.
How this skill is triggered — by the user, by Claude, or both
Slash command
/story-driven:pr-templateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**IMPORTANT: Use project's PR template if it exists** (e.g., `.github/pull_request_template.md`). This template is a fallback for projects without one.
IMPORTANT: Use project's PR template if it exists (e.g., .github/pull_request_template.md). This template is a fallback for projects without one.
gh pr create --title "<type>(<scope>): <summary>" --body "$(cat <<'EOF'
## Summary
[What this accomplishes and why]
## Story
[Link: docs/stories/YYYYMMDDTHHMMSS_name.story.md]
## Changes
- [Component/area affected and what changed]
- [Help reviewers understand scope]
## Breaking Changes
[If none, write "None". If any, list what breaks and migration path]
## Test Plan
- [How verified]
- [Evidence tests pass]
## Checklist
- [ ] Tests pass
- [ ] Linting clean
- [ ] Criteria verified
- [ ] Story log updated
EOF
)"
Title: Use same format as commit message
<type>(<scope>): <summary>Summary:
Story:
Changes:
Breaking Changes:
Test Plan:
Checklist:
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin kecbigmt-cc-pluginsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.