Hacktoberfest 2026 : les issues que les mainteneurs ont marquées pour octobre, ouvertes et accessibles aux débutants. Parcourir les issues Hacktoberfest

`--plugin-dir` skills load but are omitted from `/skills` and `/env`

Ouverte
#4,886 3 commentaires 0 réactions 0 personnes assignées Voir sur GitHub

Personne n'a encore pris cette issue.

Évaluation

Difficulté
3/5
Temps estimé
1-2 jours
Accessibilité débutants
55/100
Type d'issue
Bug
Clarté
Plutôt claire
Activité
Active
Stack technique
shell
Domaine
cli

Piste de recherche

Reproduce the issue with the local plugin's plugin.json and skills/sample-skill/SKILL.md, then compare the interactive /env and /skills list results with skill list --json. Trace which skill inventory each command uses; done means enabled plugin skills appear in both interactive views and remain available for explicit invocation.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Description

triage
Describe the bug

Skills supplied by a local plugin loaded with --plugin-dir are discovered by the backend but are omitted from the interactive /skills dashboard and /env output.

The same invocation's non-interactive copilot skill list --json output includes the plugin skills with "source": "plugin" and "enabled": true. Startup diagnostics also report plugin skills loaded with no skill errors or warnings. This suggests the interactive views are using a different or stale skill registry.

Affected version

GitHub Copilot CLI 1.0.86-1

Steps to reproduce the behavior
  1. Create a local plugin such as C:\temp\sample-plugin with a root plugin.json containing "skills": "skills/".
  2. Add a valid skill at skills/sample-skill/SKILL.md with name and description frontmatter.
  3. Start an interactive session:
    copilot --experimental --plugin-dir "C:\temp\sample-plugin"
    
  4. Run /env and /skills list in the interactive session.
  5. In a separate terminal, run:
    copilot --experimental --plugin-dir "C:\temp\sample-plugin" skill list --json
    
  6. Observe that the non-interactive command lists the enabled plugin skill, while /env and /skills list in the interactive session omit it.
Expected behavior

/env and /skills list should display every enabled plugin skill loaded into the interactive session, matching copilot skill list --json. Plugin-provided skills should also be available for explicit invocation.

Additional context
  • Operating system: Windows 11 x64
  • The plugin itself is listed as an enabled external plugin by copilot plugin list.
  • Other plugin components load successfully.
  • Skill diagnostics report no loading errors or warnings.
  • This resembles earlier reports where plugin skills were usable or discovered internally but absent from the interactive skill inventory, but this reproduction uses an explicit local --plugin-dir plugin.
Langage dominant
Shell
Étoiles
11.2k
Forks
1.9k
Merge moyen
14 h 16 min
PR mergées (30 j)
6

Guide de contribution

Ouvrir le guide de contribution

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Autres issues de github/copilot-cli

Toutes les issues de github/copilot-cli

Issues similaires

Plus d'issues Shell/Bash

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.