argument-hint format validation issue

Open Beginner friendly
#3,929 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
yaml
Domain
cli

Research direction

Reproduce the failure by adding argument-hint: [regression directory] to the frontmatter in a SKILL.md file and loading the skill with GitHub Copilot CLI 1.0.65 on Linux x64. Trace the validation of argument-hint; done means this documented bracketed hint is accepted and the skill loads successfully.

Written by the indexing model from the issue text.

Description

area:plugins
Describe the bug

The skills now failed to load with:
✖ .../SKILL.md: argument-hint must be a string

This is my setting:
argument-hint: [regression directory]

And from both vscode and claude spec:
https://code.visualstudio.com/docs/agent-customization/agent-skills

argument-hint No Hint text shown in the chat input field when the skill is invoked as a slash command. Helps users understand what additional information to provide (for example, [test file] [options]).

https://code.claude.com/docs/en/skills

argument-hint No Hint shown during autocomplete to indicate expected arguments. Example: [issue-number] or [filename] [format].
Affected version

GitHub Copilot CLI 1.0.65.

Steps to reproduce the behavior

Add this to SKILL.md frontmatter:
argument-hint: [regression directory]

Expected behavior

Success to load the skill

Additional context

Linux x64

Dominant language
Shell
Stars
11.2k
Forks
1.9k
Avg merge
14h 16m
Merged PRs (30d)
6

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from github/copilot-cli

All issues in github/copilot-cli

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.