Agent Skills
› siddsachar/row-bot
› developer_pr_prep
developer_pr_prep
GitHub用于从 Developer Studio 准备、推送或创建 GitHub Pull Request。涵盖分支检查、Diff 审查、测试执行及 PR 文案生成,并处理 GitHub CLI 的认证问题。
Trigger Scenarios
用户希望准备或推送代码到远程仓库
用户请求创建或打开 Pull Request
需要自动生成 PR 标题和描述
Install
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.
Version History
- edc0ac0 Current 2026-07-24 22:28


