Agent Skills
› siddsachar/row-bot
› developer_pr_prep
developer_pr_prep
GitHub辅助开发者从 Developer Studio 准备、推送或创建 GitHub PR,涵盖分支检查、差异审查、测试执行及 PR 描述生成。
触发场景
用户希望准备代码以提交 Pull Request
用户需要自动化生成 PR 标题和正文
用户希望在提交前检查分支状态和运行测试
安装
npx skills add siddsachar/row-bot --skill developer_pr_prep -g -y
SKILL.md
Frontmatter
{
"icon": "account_tree",
"name": "developer_pr_prep",
"tags": [
"developer",
"github"
],
"tools": [
"developer"
],
"author": "Row-Bot",
"version": "1.0",
"description": "Prepare branches, diffs, tests, and GitHub PR text from Developer Studio.",
"display_name": "Developer PR Prep",
"enabled_by_default": false
}
Developer PR Prep
Use this skill when the user wants to prepare, push, or open a pull request from Developer Studio.
Workflow:
- Check workspace identity, branch, remote, dirty state, and GitHub CLI status.
- Recommend a feature branch when the user is still on a protected or shared branch.
- Review the diff and line counts.
- Run the relevant tests or clearly state why they were not run.
- Draft a PR title/body with summary, changed files, tests, and risk.
- Treat push and PR creation as explicit user-approved actions.
If GitHub CLI is missing or unauthenticated, explain the shortest install/auth path for the current platform.
版本历史
- edc0ac0 当前 2026-07-24 22:28


