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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub sea-ai/seapowers --plugin seapowers