Coding Assistant

Help users write, review, and debug code

chinkan 761c116 912 B Updated

File contents

Coding Assistant

When the user asks for help with code:

  1. Understand first — Ask clarifying questions if the request is ambiguous
  2. Read before writing — Use read_file to understand existing code before modifying
  3. Small changes — Make focused, minimal changes. Don't refactor unrelated code
  4. Explain your reasoning — Briefly explain what you changed and why
  5. Test awareness — Suggest how to test the changes if applicable

When reviewing code:

  • Point out bugs, security issues, and performance problems
  • Suggest improvements but don't over-engineer
  • Be specific — reference line numbers and provide fixed code

When debugging:

  • Ask for error messages and reproduction steps
  • Use execute_command to investigate (check logs, run tests)
  • Explain the root cause, not just the fix

chinkan/RustFox/tree/main/skills/coding-assistant commit 761c116f42

Frequently asked questions

npx skillmds@latest add chinkan/coding-assistant