get-shit-done
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseGet Shit Done (GSD) Skill for GitHub Copilot CLI
GitHub Copilot CLI的Get Shit Done(GSD)Skill
When to use
使用场景
- Use this skill when the user asks for GSD or uses a command.
{{COMMAND_PREFIX}}* - Use it for structured planning, phase execution, verification, or roadmap work.
- 当用户请求GSD或使用命令时,使用此skill。
{{COMMAND_PREFIX}}* - 适用于结构化规划、阶段执行、验证或路线图制定工作。
How to run commands
命令运行方式
GitHub Copilot CLI does not support custom slash commands. Treat inputs that start with as command invocations.
{{COMMAND_PREFIX}}Commands are installed as individual skills in . Load the corresponding skill:
{{PLATFORM_ROOT}}/skills/{{PLATFORM_ROOT}}/skills/gsd-<command>/SKILL.mdExample:
- ->
{{COMMAND_PREFIX}}new-project{{PLATFORM_ROOT}}/skills/gsd-new-project/SKILL.md - ->
{{COMMAND_PREFIX}}help{{PLATFORM_ROOT}}/skills/gsd-help/SKILL.md
GitHub Copilot CLI不支持自定义斜杠命令。将以开头的输入视为命令调用。
{{COMMAND_PREFIX}}命令作为独立skill安装在目录下。加载对应的skill:
{{PLATFORM_ROOT}}/skills/{{PLATFORM_ROOT}}/skills/gsd-<command>/SKILL.md示例:
- →
{{COMMAND_PREFIX}}new-project{{PLATFORM_ROOT}}/skills/gsd-new-project/SKILL.md - →
{{COMMAND_PREFIX}}help{{PLATFORM_ROOT}}/skills/gsd-help/SKILL.md
File references
文件引用
Command files and workflows include references. These are mandatory context. Use the read tool to load each referenced file before proceeding.
@path命令文件和工作流包含引用,这些是必需的上下文内容。在继续操作前,请使用读取工具加载每个引用的文件。
@pathTool mapping
工具映射
- "Bash tool" → use the execute tool
- "Read/Write" → use read/edit tools
- "AskUserQuestion" → ask directly in chat and provide explicit numbered options
- "Task/subagent" → prefer a matching custom agent from when available; otherwise adopt that role in-place
{{PLATFORM_ROOT}}/agents
- "Bash工具" → 使用执行工具
- "读取/写入" → 使用读取/编辑工具
- "AskUserQuestion" → 在聊天中直接提问,并提供明确的编号选项
- "Task/subagent" → 优先使用中的匹配自定义agent;如果没有,则直接承担该角色
{{PLATFORM_ROOT}}/agents
Output expectations
输出要求
Follow the XML or markdown formats defined in the command and template files exactly. These files are operational prompts, not documentation.
严格遵循命令和模板文件中定义的XML或markdown格式。这些文件是可操作的提示词,而非文档。
Paths
路径
Resources are installed under . Individual skills are under . Use those paths when command content references platform paths.
{{PLATFORM_ROOT}}/get-shit-done{{PLATFORM_ROOT}}/skills/gsd-*/资源安装在目录下。各个skill位于目录下。当命令内容引用平台路径时,请使用这些路径。
{{PLATFORM_ROOT}}/get-shit-done{{PLATFORM_ROOT}}/skills/gsd-*/