/noHistory (Default command)
Send a prompt to Copilot without using previous chat history.
/refinePrompt
Get expert feedback to improve your prompt using the 4S principle (Simplicity, Specificity, Structure, Surround).
/refinePromptNoHistory
Refine your prompt without any chat history for unbiased suggestions.
/documentation
Search and summarize documentation (markdown and package.json files) in your workspace.
/byoAI
Interact with a registered model and send all context and session history. Useful for querying models outside of Copilot.
Example Usage
@chatherine /noHistory How can I refactor this function.
@chatherine /refinePrompt How do I write a function to merge two arrays?
@chatherine /refinePromptNoHistory How do I write a function to merge two arrays?
@chatherine /documentation How do I implement a new command?
@chatherine /byoAI Help me with this problem.