-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Execute skills directly via slash commands #25318
Copy link
Copy link
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalitystatus/need-triageIssues that need to be triaged by the triage automation.Issues that need to be triaged by the triage automation.🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Metadata
Metadata
Assignees
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalitystatus/need-triageIssues that need to be triaged by the triage automation.Issues that need to be triaged by the triage automation.🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Type
Fields
Give feedbackNo fields configured for Task.
What would you like to be added?
Ensure that invoking a skill via a slash command (e.g., /code-reviewer) executes the skill immediately and returns the results, rather than just loading the skill into the context.
Why is this needed?
Currently, running /code-reviewer appears to load the skill rather than actually execute it. The user expectation is that a slash command representing a skill should act as a direct command to execute and return output (e.g., start reviewing current code).
Additional context
As skills can replace a lot of custom commands, users should not need to first activate skill and then prompt the llm to run it