Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub lazygophers/ccplugin --plugin gitHow this skill is triggered — by the user, by Claude, or both
Slash command
/git:prhaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Pull Request 模板**
Creates pull requests, merge requests, or change requests via GitHub/GitLab CLIs with formatted titles, summaries, and sections per repo commit styles, templates, and guidelines like conventional commits.
Creates GitHub pull requests from the current branch, analyzes diffs, applies PR templates, and prompts for effort and testing details.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Pull Request 模板
## 变更类型
- [ ] feat: 新功能
- [ ] fix: 修复 bug
- [ ] docs: 文档变更
- [ ] style: 代码格式调整
- [ ] refactor: 重构
- [ ] perf: 性能优化
- [ ] test: 测试相关
- [ ] chore: 构建/工具链
- [ ] revert: 回滚
## 变更说明
<!-- 简要描述本次 PR 的目的和实现方式 -->
## 相关 Issue
<!-- 关联的 issue,如: close #123 -->
## 变更内容
<!-- 详细列出主要变更点 -->
-
## 测试情况
- [ ] 已添加单元测试
- [ ] 已添加集成测试
- [ ] 已手动测试
- [ ] 无需测试
## 检查清单
- [ ] 代码符合项目规范
- [ ] 已更新相关文档
- [ ] 无明显性能问题
- [ ] 无安全隐患
- [ ] 已自测通过
PR 命名规范
格式: <type>(<scope>): <subject>
示例:
feat(api): 添加用户认证接口fix(db): 修复连接池泄漏问题docs(readme): 更新安装说明PR 创建流程
注意事项