From seapowers
SEA.AI pull request template. Enforces a consistent PR format with What/Why/How/Testing sections. Use when creating pull requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/seapowers:pull-requestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When creating a pull request, use the following format for the PR body:
When creating a pull request, use the following format for the PR body:
## What?
Briefly describe the changes introduced by this PR. Highlight the difference between the state before and after the changes. Max 2 sentences.
## Why?
Why are these changes necessary? Is there a specific stakeholder (PM, service, QA, devs, sales) who is driving the motivation for these changes?
## How?
A high level description of the implemented changes. Visual aid is always preferred (diagrams, plots, tables, etc...).
## Testing
<!-- To be filled in manually. -->
If the diff is large (e.g. 500+ lines changed, many unrelated files, or multiple independent features), suggest to the user that the PR should be split into smaller, focused PRs. Explain which changes could be grouped together and propose a split.
npx claudepluginhub sea-ai/seapowers --plugin seapowersCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.