You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to #1133. Refines the create-issue skill and triage bot based on team feedback.
Changes
create-issue skill -- labels removed entirely (triage bot handles them), added WebFetch to allowed tools, added prior art research step for Feature/Architecture/Design issues that searches reference UI libraries (Base UI, Radix) and player libraries (video.js v8, media chrome, plyr, vidstack)
issue-triage.yml -- priority levels (P0-P3) are now recommendation-only in comments, never applied as labels directly
Note
Low Risk
Documentation-only changes to the create-issue skill plus a small triage-prompt tweak; no runtime product code is affected, with the main risk being process/automation behavior changes in how issues get created/triaged.
Overview
Updates the create-issue Claude skill to stop applying labels when creating issues (leaving labeling entirely to the triage bot) and to allow WebFetch for research.
For Feature/Architecture/Design issues, it adds an explicit prior-art research step (UI libs and player libs) and updates the issue body guidance/examples to include relevant reference links.
Tweaks the issue triage workflow prompt to treat priority (P0–P3) as recommendation-only, explicitly forbidding the bot from applying priority labels.
Written by Cursor Bugbot for commit 0e5df3d. This will update automatically on new commits. Configure here.
All sizes are standalone totals (minified + brotli).
Icon
Meaning
✅
No change
🔺
Increased ≤ 10%
🔴
Increased > 10%
🔽
Decreased
🆕
New (no baseline)
Run pnpm size locally to check current sizes.
mihar-22
changed the title
docs(claude): remove labels from create-issue skill and add prior art research
chore(claude): update create-issue skill
Apr 1, 2026
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
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.
Closes #1090
Summary
Follow-up to #1133. Refines the
create-issueskill and triage bot based on team feedback.Changes
create-issueskill -- labels removed entirely (triage bot handles them), addedWebFetchto allowed tools, added prior art research step for Feature/Architecture/Design issues that searches reference UI libraries (Base UI, Radix) and player libraries (video.js v8, media chrome, plyr, vidstack)issue-triage.yml-- priority levels (P0-P3) are now recommendation-only in comments, never applied as labels directlyNote
Low Risk
Documentation-only changes to the
create-issueskill plus a small triage-prompt tweak; no runtime product code is affected, with the main risk being process/automation behavior changes in how issues get created/triaged.Overview
Updates the
create-issueClaude skill to stop applying labels when creating issues (leaving labeling entirely to the triage bot) and to allowWebFetchfor research.For Feature/Architecture/Design issues, it adds an explicit prior-art research step (UI libs and player libs) and updates the issue body guidance/examples to include relevant reference links.
Tweaks the issue triage workflow prompt to treat priority (P0–P3) as recommendation-only, explicitly forbidding the bot from applying priority labels.
Written by Cursor Bugbot for commit 0e5df3d. This will update automatically on new commits. Configure here.