pull-request-automation by aj-geddes/useful-ai-prompts
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill pull-request-automation通过模板化的工作流程和智能分配规则,实施拉取请求自动化,以简化代码审查流程、强制执行质量标准并减少手动开销。
最小工作示例:
# .github/pull_request_template.md
## 描述
简要描述此 PR 中所做的更改。
## 变更类型
- [ ] Bug 修复(修复问题的非破坏性更改)
- [ ] 新功能(增加功能的非破坏性更改)
- [ ] 破坏性更改(会导致现有功能改变的修复或功能)
- [ ] 文档更新
## 相关问题
关闭 #(问题编号)
## 所做更改
- 更改 1
- 更改 2
## 测试
- [ ] 已添加/更新单元测试
// ... (完整实现请参阅参考指南)
references/ 目录下的详细实现:
| 指南 | 内容 |
|---|---|
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| GitHub Actions: 自动审查分配 |
| GitHub Actions: 批准后自动合并 | GitHub Actions: 批准后自动合并 |
| GitLab 合并请求自动化 | GitLab 合并请求自动化 |
| Bors: 合并自动化配置 | Bors: 合并自动化配置,约定式提交验证 |
| PR 标题验证工作流 | PR 标题验证工作流 |
| 代码覆盖率要求 | 代码覆盖率要求 |
每周安装数
116
代码仓库
GitHub 星标数
126
首次出现
2026年1月21日
安全审计
已安装于
opencode98
gemini-cli94
codex93
claude-code90
cursor88
github-copilot81
Implement pull request automation to streamline code review processes, enforce quality standards, and reduce manual overhead through templated workflows and intelligent assignment rules.
Minimal working example:
# .github/pull_request_template.md
## Description
Briefly describe the changes made in this PR.
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
## Related Issues
Closes #(issue number)
## Changes Made
- Change 1
- Change 2
## Testing
- [ ] Unit tests added/updated
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| GitHub Actions: Auto Review Assignment | GitHub Actions: Auto Review Assignment |
| GitHub Actions: Auto Merge on Approval | GitHub Actions: Auto Merge on Approval |
| GitLab Merge Request Automation | GitLab Merge Request Automation |
| Bors: Merge Automation Configuration | Bors: Merge Automation Configuration, Conventional Commit Validation |
| PR Title Validation Workflow | PR Title Validation Workflow |
| Code Coverage Requirement | Code Coverage Requirement |
Weekly Installs
116
Repository
GitHub Stars
126
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode98
gemini-cli94
codex93
claude-code90
cursor88
github-copilot81