Skip to content

Add frontmatter to skill file and fix skill install command#1213

Merged
arthurfiorette merged 2 commits intomainfrom
copilot/update-agents-skills-frontmatter
Mar 16, 2026
Merged

Add frontmatter to skill file and fix skill install command#1213
arthurfiorette merged 2 commits intomainfrom
copilot/update-agents-skills-frontmatter

Conversation

Copy link
Contributor

Copilot AI commented Mar 16, 2026

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 with name and description derived from the existing title and opening paragraph
  • docs/src/guide/getting-started.md — Corrected install command from npx skills add axios-cache-interceptornpx 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.

Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>
Copilot AI changed the title [WIP] Update agents and skills frontmatter with name and description Add frontmatter to skill file and fix skill install command Mar 16, 2026
Copilot AI requested a review from arthurfiorette March 16, 2026 17:00
@arthurfiorette arthurfiorette marked this pull request as ready for review March 16, 2026 20:48
Copilot AI review requested due to automatic review settings March 16, 2026 20:48
@arthurfiorette arthurfiorette merged commit 4dd2b9f into main Mar 16, 2026
6 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.77%. Comparing base (0f06a04) to head (64199b2).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants