Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the vitest and skill-review plugins with documentation and structural improvements — primarily adding a table of contents section to each SKILL.md, removing spurious frontmatter fields (version, license) from the vitest skill's frontmatter (correctly aligning with the checklist rule that only name and description are valid), and bumping all affected version numbers.
Changes:
plugins/vitest/skills/vitest/SKILL.md: Removes invalidversion/licensefrontmatter fields and adds a Table of Contents.plugins/skill-review/skills/skill-review/SKILL.md&references/checklist.md: Adds a Table of Contents and removes thecategoryfield check from the Plugin Manifest rubric.- Version bumps in
plugins/vitest/plugin.json,plugins/skill-review/plugin.json, and.claude-plugin/marketplace.json.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
plugins/vitest/skills/vitest/SKILL.md |
Removes incorrect frontmatter fields (version, license) and adds a Table of Contents |
plugins/vitest/.claude-plugin/plugin.json |
Version bump from 1.0.1 → 1.0.2 |
plugins/skill-review/skills/skill-review/SKILL.md |
Adds a Table of Contents section |
plugins/skill-review/skills/skill-review/references/checklist.md |
Removes the category field check from the Plugin Manifest rubric |
plugins/skill-review/.claude-plugin/plugin.json |
Version bump from 1.0.1 → 1.0.2 |
.claude-plugin/marketplace.json |
Top-level version bump from 1.3.0 → 1.3.1 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Align plugin spec, templates, and CI frontmatter validation by removing deprecated category references and enforcing name+description where required. Made-with: Cursor
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.
Plugin Submission Checklist
.claude-plugin/plugin.jsonhas all required fields:name,version,description,author,category,licenseREADME.mdis present and explains what the plugin does.mdfiles is valid YAML1.0.0)Description
What does this plugin do?
Test Plan
How did you test this plugin works?
Screenshots / Examples