chore(skill): use imperative mood for CSS Modules changeset phrasing#1041
Merged
Merged
Conversation
Switch the templated changeset body from descriptive ("migration of X
from styled-components to css modules. no behavior change.") to
imperative ("Migrate X from styled-components to css modules with no
change in behavior") so it reads naturally after an implicit "this
change will:" preamble, matching git commit message conventions.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Contributor
Storybook Preview Deployed✅ Preview URL: https://click-mufruavnx-clickhouse.vercel.app Built from commit: |
6 tasks
hoorayimhelping
approved these changes
May 26, 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
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
Migrate <Name> from styled-components to css modules with no change in behavior.migration of <Name> from styled-components to css modules. no behavior change.) after reviewer feedback that changeset bodies should read like git commit messages (as if preceded by an implicit "this change will:").Test plan
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only edits to an internal migration skill; no product code or release behavior changes.
Overview
Updates the component-css-modules-migration skill so the required Changesets body uses imperative wording:
Migrate <Name> from styled-components to css modules with no change in behavior, instead of the old descriptive line (migration of <Name>... no behavior change.).The same sentence is applied in the changeset template and in the pre-merge checklist that pins exact wording. No migration tooling, components, or runtime behavior change—only documentation for future CSS Modules migration PRs.
Reviewed by Cursor Bugbot for commit bd5c42e. Bugbot is set up for automated code reviews on this repo. Configure here.