Agent Skills
› siddsachar/row-bot
› developer_pr_prep
developer_pr_prep
GitHub用于从开发者工作室准备、推送或创建 GitHub Pull Request。涵盖分支检查、Diff 审查、测试执行及 PR 内容生成,支持 GitHub CLI 缺失时的安装指引。
Trigger Scenarios
用户希望准备代码以提交 PR
用户希望推送代码并创建 Pull Request
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


