docs: update agent skill metadata - #8055
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📝 WalkthroughWalkthroughThis PR adds Changes
Sequence Diagram(s)Not applicable — this PR consists of documentation metadata and lockfile updates with no observable code execution flow. Estimated code review effort: Low Suggested labels: documentation, skills Suggested reviewers: none identified Poem Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s agent-skill metadata so selected skills are marked as internal, and adjusts the skills lockfile to reference local .agents/skills/... paths. It also refines the pr-creator guidance to encourage shorter, more review-focused PR descriptions.
Changes:
- Marked several agent skills as internal via frontmatter metadata (
metadata.internal: true). - Updated
skills-lock.jsonentries to point to.agents/skills/...paths (for the skills changed in this PR). - Tightened PR body guidance text in the
pr-creatorskill.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
skills-lock.json |
Updates skill paths/hashes for locally vendored skills (but one skill entry still points to a non-existent legacy path). |
.agents/skills/release-blog-writer/SKILL.md |
Adds metadata.internal: true in skill frontmatter. |
.agents/skills/pr-creator/SKILL.md |
Adds metadata.internal: true and updates guidance wording for concise PR bodies. |
.agents/skills/create-draft-release-notes/SKILL.md |
Adds metadata.internal: true in skill frontmatter. |
Comments suppressed due to low confidence (1)
skills-lock.json:24
rspress-description-generatorinskills-lock.jsonstill points to the legacyskills/...path, but that file does not exist in the repo (the skill lives under.agents/skills/...). This will likely break skill resolution and/or hash verification for that skill; update the path (and regeneratecomputedHashif it’s derived from the resolved file).
"computedHash": "982e423497efa0a1266e06e14f880264c791e22b33144ce283fcd38041a7e814"
},
"rspress-description-generator": {
"source": "rstackjs/agent-skills",
"sourceType": "github",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
This PR updates the repo agent skill metadata so internal-only skills are marked consistently and the lockfile points at their local
.agents/skillspaths. It also tightens the PR creator guidance for concise, review-oriented PR bodies.