Skip to content

Commit 468b65f

Browse files
brunoborgesCopilot
andcommitted
Improve lsp-setup skill description for broader triggering
Rewrite description to emphasize code intelligence capabilities (go-to-definition, find-references, hover) so the coding agent triggers the skill when it needs deeper code understanding, while still matching explicit LSP setup/configuration requests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a000a83 commit 468b65f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skills/lsp-setup/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: lsp-setup
3-
description: 'Install and configure LSP servers for any programming language to work with GitHub Copilot CLI. Detects the OS, installs the right LSP server, and generates the LSP configuration (user-level or repo-level). Say "setup LSP" to start.'
3+
description: 'Enable code intelligence (go-to-definition, find-references, hover, type info) for any programming language by installing and configuring an LSP server for Copilot CLI. Detects the OS, installs the right server, and generates the JSON configuration (user-level or repo-level). Use when you need deeper code understanding and no LSP server is configured, or when the user asks to set up, install, or configure an LSP server.'
44
---
55

66
# LSP Setup for GitHub Copilot CLI
77

88
**UTILITY SKILL** — installs and configures Language Server Protocol servers for Copilot CLI.
9-
USE FOR: "setup LSP", "install language server", "configure LSP for Java", "add TypeScript LSP", "enable code intelligence"
9+
USE FOR: "setup LSP", "install language server", "configure LSP for Java", "add TypeScript LSP", "enable code intelligence", "I need go-to-definition", "find references not working", "need better code understanding"
1010
DO NOT USE FOR: general coding tasks, IDE/editor LSP configuration, non-Copilot-CLI setups
1111

1212
## Workflow

0 commit comments

Comments
 (0)