Removing gh-cli skill#1692
Open
aaronpowell wants to merge 1 commit into
Open
Conversation
…t-in handling around certain readonly gh commands, and combining with the generalised knolwedge of the models on how to work with gh, this skill is no longer needed
Contributor
🔍 Skill Validator Results⛔ Findings need attention
Summary
Full validator output```text Specify one of --plugin, --skills, or --agents. Use --plugin to check an entire plugin directory. ``` |
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the gh-cli skill from the skills/ catalog, aligning the repository’s skill set with the stated goal of avoiding model degradation from an oversized/reference-style skill. It also updates the skills index to stop advertising the removed skill.
Changes:
- Delete
skills/gh-cli/SKILL.md(removing thegh-cliskill content). - Remove the
gh-clirow fromdocs/README.skills.md. - Remove a stale
winui3-developmententry fromdocs/README.plugins.md(the plugin directory no longer exists inplugins/).
Show a summary per file
| File | Description |
|---|---|
| skills/gh-cli/SKILL.md | Deletes the gh-cli skill content from the repository. |
| docs/README.skills.md | Removes the gh-cli entry from the published skills index. |
| docs/README.plugins.md | Removes a stale plugin index entry (winui3-development). |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 1
Comment on lines
90
to
92
| | [testing-automation](../plugins/testing-automation/README.md) | Comprehensive collection for writing tests, test automation, and test-driven development including unit tests, integration tests, and end-to-end testing strategies. | 9 items | testing, tdd, automation, unit-tests, integration, playwright, jest, nunit | | ||
| | [typescript-mcp-development](../plugins/typescript-mcp-development/README.md) | Complete toolkit for building Model Context Protocol (MCP) servers in TypeScript/Node.js using the official SDK. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance. | 2 items | typescript, mcp, model-context-protocol, nodejs, server-development | | ||
| | [typespec-m365-copilot](../plugins/typespec-m365-copilot/README.md) | Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot extensibility. | 3 items | typespec, m365-copilot, declarative-agents, api-plugins, agent-development, microsoft-365 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No longer required as models are very capable of using
ghand this skill can result in model degredation.