chore: replace local pr skill with rstackjs/agent-skills pr-creator#1255
Merged
Conversation
Drop the locally-maintained `pr` skill and install the shared `pr-creator` skill from rstackjs/agent-skills via the skills CLI, so agent skills stay aligned across the Rstack ecosystem instead of diverging per repo. Also refresh `create-draft-release-notes` from upstream (adds Security Notes section).
Rsdoctor Bundle Diff Analysis
Found 12 projects in monorepo, 0 projects with changes. 📊 Quick Summary
Generated by Rsdoctor GitHub Action |
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.
Summary
Drop the locally-maintained
prskill in.agents/skills/pr/and install the sharedpr-creatorskill from rstackjs/agent-skills via the skills CLI (skills-lock.json). The two skills overlapped heavily, so this aligns rstest with the rest of the Rstack ecosystem instead of maintaining a parallel copy..agents/skills/pr/SKILL.mdwith.agents/skills/pr-creator/pulled fromrstackjs/agent-skillscreate-draft-release-notesto the upstream version (adds a Security Notes section)AGENTS.mdskills table to referencepr-creatorNote: the upstream
pr-creatoris intentionally more generic — it does not hard-code rstest validation commands (pnpm lint/typecheck/build/test,cd e2e && pnpm test) or the strict 3-section Summary format that the previous local skill enforced. If we want those rstest-specific guardrails back, we can either add a thin local skill on top or upstream them intorstackjs/agent-skills.Related Links