Skill
Prompt Optimizer
Turns a rough request into one finished prompt meant to be pasted into a chat window.
Install
gh skills install github/awesome-copilot prompt-optimizer
Triggers on
Kullanıcı elindeki taslağı daha iyi bir prompt'a çevirmek istediğinde ya da bir işi modele nasıl anlatacağını sorduğunda
- Author
- Muhammad Samiullah
- License
- MIT
The output is a single code block and nothing else — no preamble, no summary of what changed, and above all no bracketed blanks for the user to fill in. Content the user already supplied gets baked into the prompt itself; when only a class of task was described, the prompt is written so the model asks for the missing input on the next turn. It targets chat interfaces rather than API calls, which is a real constraint: there is no system prompt and no parameter to lean on, so the single message has to carry the whole instruction.
Comments(0)
Sign in to comment