GitHub Blog
1. A guide to slash commands in the GitHub Copilot app
介绍了实用的斜杠命令,可在聊天中直接加速编码工作流,从规划到多仓库协调。 (score: 0.85)
Slash commands in the GitHub Copilot app go beyond the CLI, offering text shortcuts for managing sessions, planning, and executing workflows. Key commands include /plan for breaking down tasks, /spar for challenging assumptions, /autopilot for hands-off implementation, /rubber-duck for independent review, /create-canvas for building interactive visualizations, and /orchestrate for coordinating multi-repository work. These shortcuts aim to speed up development by integrating planning, review, and automation directly into chat.
- Slash commands in the Copilot app are text shortcuts for managing sessions and workflows.
- /plan helps break down tasks before coding and enters Plan mode.
- /spar challenges assumptions to identify risks and tradeoffs.
- /autopilot switches to Autopilot mode to implement features and iterate.
- /rubber-duck uses a different model to independently review work for blind spots.
- /create-canvas creates interactive interfaces like diagrams or boards from chat.
- /orchestrate coordinates tasks across multiple repositories or sessions.