Create a PR with conventional commit template
Creates pull requests using a standardized conventional commit template with checkboxes.
/plugin marketplace add harlan-zw/harlan-claude-code/plugin install harlan-claude-code@harlan-claude-codeCreate a pull request following this exact template format:
Title: Use conventional commits format (feat:, fix:, docs:, chore:, etc.)
Body:
### ๐ Linked issue
<!-- Link any related issues, e.g. "Resolves #123" -->
### โ Type of change
- [ ] ๐ Documentation (updates to the documentation or readme)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality)
- [ ] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
### ๐ Description
<!-- Describe changes, why needed, what problem it solves -->
Check the appropriate type box based on the changes. Fill in linked issues if mentioned in commits. Write a clear description summarizing the changes.