Agent Skills
› sediman-agent/OpenSkynet
› new-branch-and-pr
new-branch-and-pr
GitHub该技能指导开发者在开始新功能或修复工作时,执行标准的分支创建、代码实现、测试、提交及拉取请求(PR)流程,确保工作通过干净的分支和PR进行审查与合并。
Trigger Scenarios
需要创建新分支并开发功能
准备提交代码以开启Pull Request
Install
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
Version History
- c9d8953 Current 2026-07-05 19:52


