Describe the bug
If I try to run /skills add C:\Users\myuser\.agents\skills\my-skill-name
I get
✗ Failed to add directory: Error: Directory does not exist: C:\Users\myuser\"C:\Users\myuser\.agents\skills\my-skill-name"
Affected version
GitHub Copilot CLI 0.0.412-2
Steps to reproduce the behavior
- Type
/skills add C:\Users\myuser\.agents\skills\my-skill-name
- Check output with error
✗ Failed to add directory: Error: Directory does not exist: C:\Users\myuser\"C:\Users\myuser\.agents\skills\my-skill-name"
Expected behavior
It recognizes that is a full path and doesn't try to prepend the current path.
Additional context
No response