Slash Commands
Slash commands are quick shortcuts you can type into the PostQode chat input to trigger specific built-in tools, manage context, create automation guidelines, or interact with the platform.
To use a slash command, simply type a forward slash (/) in the chat input, followed by the command name (e.g. /newtask).
Complete Slash Commands Reference
| Command | Scope | Description | Link |
|---|---|---|---|
/newtask | Default | Create a new task with distilled context from the current task. | Details |
/compact | Default | Compact your context window by generating a conversation summary and truncating older history. | Details |
/init | Default | Analyze the codebase and generate/update an AGENTS.md file. | Details |
/newrule | Default | Create a new project-specific coding/communication rule file. | Details |
/globalrule | Default | Create a global rule file that applies to all workspaces. | Details |
/workflow | Default | Create a new project-specific sequence of automation steps. | Details |
/globalworkflow | Default | Create a global workflow file that applies to all workspaces. | Details |
/reportbug | Default | Walk through compiling and filing a bug report on GitHub. | Details |
/deep-planning | Default | Run a deep, silent investigation of the codebase to build an implementation plan. | Details |
/explain-changes | VS Code Only | Stream inline explanations of changes directly onto the VS Code diff view. | Details |