gsd-do

Route freeform natural language to the matching /gsd-* command.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-do-artriv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-do
Source: https://github.com/ArtRiv/game-topicos-especiais/tree/main/.github/skills/gsd-do
Command: npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-do-artriv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of not knowing which specific /gsd-* command to use when you have a clear goal but only express it in freeform natural language.

Core Features & Use Cases

  • Intent dispatching: Analyzes your message and routes it to the best-matching GSD command rather than performing the task directly.
  • Automatic matching & confirmation: Selects the most appropriate command, confirms the match, and then hands off execution.
  • Workflow orchestration: Runs the end-to-end “do” workflow to ensure the selected command is invoked consistently.

Use case: You want to perform an action in the “GSD” command set (for example, requesting some operation described in plain language), and you rely on this Skill to figure out the correct underlying /gsd-* command automatically.

Quick Start

Ask the assistant: "Run the appropriate get-shit-done action to handle my request: [paste what you want to do]".

Frequently Asked Questions about gsd-do

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route natural language requests to the correct GitHub automation command?

Intent detection for natural language routing analyzes your freeform text to infer desired outcomes and dispatches the request to the matching GSD command. It bridges the gap between knowing your goal and knowing the exact command name.

What is the best way to execute a workflow when I only know the desired outcome and not the command name?

Use an intent dispatching tool that analyzes your plain language request, selects the most appropriate matching command, confirms the match, and then hands off execution automatically to complete the workflow orchestration.

Can I use freeform text to trigger GitHub automation workflows without memorizing specific commands?

Yes, you can trigger GitHub automation workflows using freeform text without memorizing specific commands by leveraging an intent detection and routing skill that matches your described goal to the correct command and executes it.

How do I confirm that the automatically matched command is the right one before execution?

The automatic matching and confirmation process selects the most appropriate command based on your inferred intent and confirms the match with you before handing off execution. This ensures the correct workflow is invoked consistently.

Does natural language command routing perform the requested task directly?

No, natural language command routing does not perform the task directly. It analyzes your message, routes it to the best-matching GSD command, confirms the match, and delegates the actual execution to that specific command.