Pull Request Skill
Purpose: Generate comprehensive PR descriptions from commits and changes.
Trigger
When: User creates a new pull request
Context Needed: Commit history, changed files list, issue references
MCP Tools: mcp_gitkraken_git_add_or_commit, activate_git_pull_request_and_issue_tools
Template
markdown
## Description [Summary of changes] ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update ## Changes Made - [Change 1] - [Change 2] ## Testing - [ ] Unit tests pass - [ ] E2E tests pass - [ ] Manual testing done ## Related Issues Closes #[issue]
Auto-Detection
| Commit Type | PR Type |
|---|---|
feat | New feature |
fix | Bug fix |
docs | Documentation |
refactor | Refactor |