Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#4,886 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
55/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
shell
領域
cli

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

説明

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.
主要言語
Shell
スター
11.2k
フォーク
1.9k
平均マージ
14時間 16分
マージ済み PR(30日)
6

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/copilot-cli のほかの issue

github/copilot-cli の issue をすべて見る

似ている issue

Shell/Bash の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。