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


