Agent Skills
› sediman-agent/OpenSkynet
› new-branch-and-pr
new-branch-and-pr
GitHub指导用户执行从创建干净分支、完成开发与测试到提交代码并最终发起拉取请求的完整工作流,确保变更集中且附带验证说明。
Trigger Scenarios
开始需要通过分支和PR流程交付的新功能或修复
需要整理并提交代码变更以进行审查
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


