-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
Describe the bug
/skills list is only showing the first skill
Affected version
No response
Steps to reproduce the behavior
$ copilot
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
│ ╭─╮╭─╮ │
│ ╰─╯╰─╯ GitHub Copilot v0.0.396 │
│ █ ▘▝ █ Describe a task to get started. │ Copilot uses AI, so always check for mistakes. │
│ ▔▔▔▔ │
│ Pick a model with /model. Delegate changes with an AI-generated PR using /delegate. │
│ Enter ? to see all commands. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
● Available Skills
Project:
• L1Rules
Guidelines for adding and modifying L1Rules detections and rules. Use this skill when the user needs to add new detections, create new
rules, or modify L1Rules configuration. Triggers on phrases like "add L1Rule", "create detection", "L1Rules configuration".
Found 1 skill. Use /skills info <name> to view details.
❯ ls .github/skills
● List directory .github\skills
└ 9 files found
● The .github/skills directory contains three skills:
- L1Rules - Guidelines for adding/modifying L1Rules detections
- pr-status - PR status related functionality
- testrunner-failure-resolver - Resolves TestRunner test failures
Expected behavior
$ head -n 5 .github/skills/*/SKILL.md
==> .github/skills/L1Rules/SKILL.md <==
name: L1Rules
description: Guidelines for [snip]
==> .github/skills/pr-status/SKILL.md <==
name: pr-status
description: Check the status of open pull requests in [snip]
==> .github/skills/testrunner-failure-resolver/SKILL.md <==
name: testrunner-failure-resolver
description: Resolve TestRunner test failures [snip]
Additional context
$ copilot --version
GitHub Copilot CLI 0.0.396.
Run 'copilot update' to check for updates.
windows with git bash in microsoft terminal