feat(skills): Add migrate-container-queries skill#120459
Open
priscilawebdev wants to merge 4 commits into
Open
feat(skills): Add migrate-container-queries skill#120459priscilawebdev wants to merge 4 commits into
priscilawebdev wants to merge 4 commits into
Conversation
Guide for migrating viewport media queries (@media, useMedia) to container queries in Sentry's frontend. Encodes the refactor-first ladder (prefer Container/Flex/Grid primitives, fall back to @container), the breakpoints-vs-container scale mismatch, and the container-type guidance. Ships as a SKILL.md plus a SPEC.md maintenance contract. Mirrors getsentry/skills#162 into sentry so the whole skill lives in one repo.
priscilawebdev
marked this pull request as ready for review
July 24, 2026 05:09
Member
Author
|
bugbot run |
Contributor
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit fd50567. Configure here.
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.
Adds the
migrate-container-queriesskill guiding the migration of viewport media queries (@media,useMedia) to container queries in Sentry's frontend, backing the Design Engineering container-query migration project (DE-1368).Ships as a single
SKILL.mdplus aSPEC.mdmaintenance contract under.agents/skills/migrate-container-queries/.This moves the skill into
getsentry/sentry(originally opened as getsentry/skills#162) so the whole skill lives in one repo, per team feedback. NoREADME/settings.jsonregistration is needed here — skills under.agents/skills/are auto-discovered.