Agent Skills
› sediman-agent/OpenSkynet
› new-branch-and-pr
new-branch-and-pr
GitHub用于创建新分支、完成开发测试并发起Pull Request的完整工作流。确保代码整洁,保持分支聚焦单一变更,包含验证笔记后提交PR。
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


