Agent Skills
› sediman-agent/OpenSkynet
› new-branch-and-pr
new-branch-and-pr
GitHub指导开发者从主干创建新分支,完成代码实现与测试,提交更改并生成包含摘要和测试说明的拉取请求,确保工作流规范且范围聚焦。
Trigger Scenarios
需要开启新功能或修复bug
准备通过代码审查发布变更
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


