vinayakrastogi/Rafik-CodingVoiceAssistant ? reverse-engineered prompt
Reverse engineered prompt
Build me a voice controlled coding assistant for VS Code that lets me navigate and edit code hands free.
I want to be able to speak commands like move down 5 lines, go to line 42, delete 3 lines, duplicate this line, comment this line, undo, paste, and create code from a natural language description. It should listen through the microphone, turn speech into text locally, figure out the intent from the command, then send the action into the editor in real time. For simple commands, translate the speech into a clear internal command and perform the matching VS Code action. For code generation, send the request to an LLM and insert the returned code at the cursor.
Keep it privacy friendly if possible, and let me swap the model provider through config. Make it feel accessible and easy to use for disabled or injured developers. If you need to, look up current docs online for the best VS Code and speech tools.
Are you gonna build this?
make sure you review the code using coderabbit