Skip to content

fix: add missing YAML frontmatter to skill files - #1046

Merged
bradygaster merged 1 commit into
bradygaster:devfrom
gaburn:gaburn/706-fix-skill-frontmatter
May 1, 2026
Merged

fix: add missing YAML frontmatter to skill files#1046
bradygaster merged 1 commit into
bradygaster:devfrom
gaburn:gaburn/706-fix-skill-frontmatter

Conversation

@gaburn

@gaburn gaburn commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

Fixes #706 - Added YAML frontmatter to 7 skill SKILL.md files that were missing it. The other 7 files listed in the issue already had correct frontmatter on dev. Ran template sync to propagate changes to packages.

@bradygaster

Copy link
Copy Markdown
Owner

@gaburn this ready?

7 skill SKILL.md files were missing YAML frontmatter entirely, preventing
them from loading in the Copilot CLI. Added proper frontmatter blocks with
name, description, domain, confidence, and source fields. Ran template sync
to propagate the nap skill change and skill-template sync for .squad/skills.

The other 7 files listed in the issue already had correct frontmatter on
the dev branch, so no changes were needed for those.

Closes bradygaster#706

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@gaburn
gaburn force-pushed the gaburn/706-fix-skill-frontmatter branch from 5e9d2df to 5995ec5 Compare April 30, 2026 22:58
@gaburn
gaburn marked this pull request as ready for review April 30, 2026 22:59
Copilot AI review requested due to automatic review settings April 30, 2026 22:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds missing YAML frontmatter headers to several SKILL.md files so the skill loader can recognize and parse them reliably across templates and packaged template assets (Fixes #706).

Changes:

  • Added YAML frontmatter (name, description, domain, confidence, source) to multiple skill documents across .copilot/, .squad/, and packaged template directories.
  • Synced the nap skill change across the template-mirrored locations.
  • Expanded the release-process skill content (beyond frontmatter) with additional v0.9.4 incident learnings/checklist updates.

Reviewed changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.

Show a summary per file
File Description
templates/skills/nap/SKILL.md Adds YAML frontmatter to the nap skill template.
.squad-templates/skills/nap/SKILL.md Canonical template updated with matching frontmatter for nap.
packages/squad-cli/templates/skills/nap/SKILL.md Mirrors nap template frontmatter into CLI package templates.
packages/squad-sdk/templates/skills/nap/SKILL.md Mirrors nap template frontmatter into SDK package templates.
.copilot/skills/cli-wiring/SKILL.md Adds missing frontmatter for Copilot-facing cli-wiring skill.
.squad/skills/cross-machine-coordination/SKILL.md Adds missing frontmatter for team skill loading.
packages/squad-cli/templates/skills/cross-machine-coordination/SKILL.md Adds missing frontmatter in CLI template asset.
packages/squad-sdk/templates/skills/cross-machine-coordination/SKILL.md Adds missing frontmatter in SDK template asset.
.squad/skills/model-selection/SKILL.md Adds missing frontmatter for team skill loading.
packages/squad-cli/templates/skills/model-selection/SKILL.md Adds missing frontmatter in CLI template asset.
packages/squad-sdk/templates/skills/model-selection/SKILL.md Adds missing frontmatter in SDK template asset.
.squad/skills/personal-squad/SKILL.md Adds missing frontmatter for team skill loading.
packages/squad-cli/templates/skills/personal-squad/SKILL.md Adds missing frontmatter in CLI template asset.
packages/squad-sdk/templates/skills/personal-squad/SKILL.md Adds missing frontmatter in SDK template asset.
.squad/skills/ralph-two-pass-scan/SKILL.md Adds missing frontmatter for team skill loading.
packages/squad-cli/templates/skills/ralph-two-pass-scan/SKILL.md Adds missing frontmatter in CLI template asset.
packages/squad-sdk/templates/skills/ralph-two-pass-scan/SKILL.md Adds missing frontmatter in SDK template asset.
.squad/skills/release-process/SKILL.md Adds missing frontmatter (and includes broader content updates).
packages/squad-cli/templates/skills/release-process/SKILL.md Adds frontmatter and updates release-process documentation/checklists.
packages/squad-sdk/templates/skills/release-process/SKILL.md Adds frontmatter and updates release-process documentation/checklists.
Comments suppressed due to low confidence (2)

packages/squad-cli/templates/skills/release-process/SKILL.md:16

  • The PR description says this change only adds missing YAML frontmatter, but this file also has substantial additional content edits (new v0.9.4 incident learnings, checklist updates, and new sections). Please either update the PR description to reflect these additional documentation changes, or split the release-process content updates into a separate PR so the frontmatter fix can be reviewed/merged independently.
# Release Process

> Earned knowledge from the v0.9.0→v0.9.1 and v0.9.4 incidents. Every agent involved in releases MUST read this before starting release work.
> See also: `.copilot/skills/release-process/SKILL.md` for the Copilot-facing runbook.

## SCOPE

✅ THIS SKILL PRODUCES:

packages/squad-sdk/templates/skills/release-process/SKILL.md:16

  • The PR description says this change only adds missing YAML frontmatter, but this file also contains significant additional content edits (v0.9.4 incident learnings, checklist updates, new sections). Please reflect this in the PR description, or move the non-frontmatter documentation updates into a separate PR for clearer review scope.
# Release Process

> Earned knowledge from the v0.9.0→v0.9.1 and v0.9.4 incidents. Every agent involved in releases MUST read this before starting release work.
> See also: `.copilot/skills/release-process/SKILL.md` for the Copilot-facing runbook.

## SCOPE

✅ THIS SKILL PRODUCES:

@bradygaster
bradygaster merged commit 7490df9 into bradygaster:dev May 1, 2026
9 of 10 checks passed
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.

Missing YAML Frontmatter in Skills

3 participants