pr-template

Provides a structured template for Pull Request descriptions. Use when creating PRs, triggered by requests like "create a PR", "make a pull request", or "open a PR".

$ 安裝

git clone https://github.com/yaakaito/yaakaito /tmp/yaakaito && cp -r /tmp/yaakaito/.claude/skills/pr-template ~/.claude/skills/yaakaito

// tip: Run this command in your terminal to install the skill


name: pr-template description: Provides a structured template for Pull Request descriptions. Use when creating PRs, triggered by requests like "create a PR", "make a pull request", or "open a PR".

PR Template

${Summary}

## Key Changes

- `filename` ...
- `filename` ...

## Technical Details

- ...
- ...

## Breaking Changes

- None (or list breaking changes)

## Dependency Changes

- None (or list added/removed/updated dependencies)

## Related Documentation

- ...
- ...