Agent Skills
› siddsachar/row-bot
› developer_coding
developer_coding
GitHub提供在 Developer Studio 中实现代码变更的结构化工作流,涵盖环境确认、计划制定、文件读取、精准编辑、沙箱模式处理、测试执行及差异审查。
Trigger Scenarios
用户要求添加新功能代码
用户要求修复或重构代码
用户要求在仓库中测试代码
Install
npx skills add siddsachar/row-bot --skill developer_coding -g -y
SKILL.md
Frontmatter
{
"icon": "code",
"name": "developer_coding",
"tags": [
"developer",
"coding"
],
"tools": [
"developer"
],
"author": "Row-Bot",
"version": "1.0",
"description": "Structured workflow for implementing code changes in Developer Studio.",
"display_name": "Developer Coding",
"enabled_by_default": false
}
Developer Coding
Use this skill when the user asks Developer Studio to add, fix, refactor, or test code in a repository.
Work in this order:
- Confirm the active workspace, branch, approval mode, and dirty state.
- Create or update a concise todo plan for anything beyond a tiny edit.
- Read the smallest set of files that explains the behavior.
- Make surgical edits with Developer-native write or patch tools so the Inspector can track them.
- Respect execution mode. In Docker Sandbox mode, edits and commands create pending sandbox changes; import them into the real repo only after the user approves.
- Run focused tests first. Broaden test scope when the change touches shared behavior.
- Review the final diff and explain what changed, what passed, and what remains unverified.
Keep progress visible. Before a long inspection, edit, or test cluster, write a short sentence telling the user what you are doing.
Version History
- edc0ac0 Current 2026-07-24 22:28


