chore(deps): update copilot skills#1
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
c298601 to
8d0ac38
Compare
There was a problem hiding this comment.
Pull request overview
This PR is intended to update the gh-stack Copilot skill to the latest upstream version (v0.0.2) in the plugins/github plugin.
Changes:
- Adds a new
SKILL.mdforgh-stackcontaining updated upstream content and metadata (refs/tags/v0.0.2). - Introduces a new skill file location under
plugins/github/gh-stack/.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| --- | ||
| description: | | ||
| Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows. | ||
| metadata: | ||
| author: github | ||
| github-path: skills/gh-stack | ||
| github-ref: refs/tags/v0.0.2 | ||
| github-repo: https://github.com/github/gh-stack | ||
| github-tree-sha: f11c787bea0bf060af1d8742464a22cd35aa1630 | ||
| version: 0.0.2 | ||
| name: gh-stack | ||
| --- |
There was a problem hiding this comment.
This skill file is placed at plugins/github/gh-stack/SKILL.md, but skill discovery/validation only looks for SKILL.md at plugins/<plugin>/skills/<skill>/SKILL.md (depth 4). As a result, this new file will not be discovered or validated, and the existing plugins/github/skills/gh-stack/SKILL.md remains on v0.0.1. Move/update the skill under plugins/github/skills/gh-stack/ (or update discovery/plugin layout consistently) to make the v0.0.2 update effective.
Automated update of Copilot skills to their latest versions.
Updated files under
plugins: