Add frontmatter to skill file and fix skill install command#1213
Add frontmatter to skill file and fix skill install command#1213arthurfiorette merged 2 commits intomainfrom
Conversation
Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR improves Skills framework integration by making the skill file machine-readable via YAML frontmatter and correcting the documented skills add command to use the required org/repo identifier.
Changes:
- Added YAML frontmatter (
name,description) to.agents/skills/axios-cache-interceptor.md. - Updated the getting-started guide to install the skill via
npx skills add arthurfiorette/axios-cache-interceptor.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
docs/src/guide/getting-started.md |
Fixes the documented Skills install command to include the org scope. |
.agents/skills/axios-cache-interceptor.md |
Adds YAML frontmatter so the Skills file can be parsed reliably by tooling. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1213 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 20 20
Lines 3113 3113
Branches 299 299
=======================================
Hits 3075 3075
Misses 37 37
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The skill file lacked machine-readable frontmatter, and the documented install command was missing the org scope required by the Skills framework.
Changes
.agents/skills/axios-cache-interceptor.md— Added YAML frontmatter withnameanddescriptionderived from the existing title and opening paragraphdocs/src/guide/getting-started.md— Corrected install command fromnpx skills add axios-cache-interceptor→npx skills add arthurfiorette/axios-cache-interceptor📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.