Developer Coding

Structured workflow for implementing code changes in Developer Studio.

siddsachar 440ce41 1.0 KB Updated

File contents

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:

  1. Confirm the active workspace, branch, approval mode, and dirty state.
  2. Create or update a concise todo plan for anything beyond a tiny edit.
  3. Read the smallest set of files that explains the behavior.
  4. Make surgical edits with Developer-native write or patch tools so the Inspector can track them.
  5. 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.
  6. Run focused tests first. Broaden test scope when the change touches shared behavior.
  7. 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.

siddsachar/row-bot/tree/main/bundled_skills/developer_coding commit 440ce41366

Frequently asked questions

npx skillmds@latest add siddsachar/developer-coding