Agent Skills
› sediman-agent/OpenSkynet
› new-branch-and-pr
new-branch-and-pr
GitHub指导创建新分支、完成开发与测试、提交代码并生成包含摘要和测试说明的拉取请求,遵循单一变更集原则。
触发场景
开始需要干净分支和PR流程的工作
准备合并新功能或修复
安装
npx skills add sediman-agent/OpenSkynet --skill new-branch-and-pr -g -y
SKILL.md
Frontmatter
{
"name": "new-branch-and-pr",
"description": "Create a fresh branch, complete work, and open a pull request"
}
New branch and PR
Trigger
Starting work that should be shipped through a clean branch and pull request workflow.
Workflow
- Ensure the working tree is clean or explicitly handled.
- Create a descriptive branch from the latest main.
- Complete implementation and tests.
- Commit focused changes and push.
- Create a concise PR with summary and test notes.
Guardrails
- Keep branch scope focused on one change set.
- Include verification notes before requesting review.
Output
- New branch name
- PR summary and test notes
- PR URL
版本历史
- c9d8953 当前 2026-07-05 19:52


