The agent automatically activates *roll‑dice* based on its description.
The agent runs command specified in skill file.
The result returned is “You rolled a \$”。话说回来,*
- The underscore marks optional placeholder indicating dynamic value returned.*
- The result uses emoji 🎲 for fun.*
- All interactions happen entirely inside Copilot Chat.*
- No external services required.*
- The generated command uses Bash on Unix-like systems.*
- For Windows users PowerShell commands are available.*
- Users who doubt wher ir terminal supports $RANDOM variable should verify environment.*
- Users concerned about reproducibility can set RANDOM seed explicitly.*
- For advanced users you may want to extend support for custom dice notation like d10d8+5.*
* That's future work beyond scope.*
---