pr-template
SKILL.md
Pull Request Template
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.
Basic Template
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]