Open
Conversation
Add a Claude Code skill that automates creating changeset files for the FluidFramework repo. The skill analyzes git diffs, determines affected packages (including fluid-framework re-export rules), selects the appropriate release notes section, and writes properly formatted changeset files following the project's writing guidelines.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Claude Code skill for authoring FluidFramework changesets, aiming to standardize package selection (including fluid-framework re-export considerations) and enforce changeset formatting/sectioning conventions.
Changes:
- Introduces a new
changesetskill with step-by-step guidance for analyzing branch diffs and selecting affected packages. - Documents how to choose
__section/__highlightand how to write well-formatted summary/body content. - Provides example changesets for fix/feature/breaking/tree scenarios and some edge cases.
tylerbutler
commented
Mar 25, 2026
tylerbutler
commented
Mar 25, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
Contributor
|
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output |
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
changeset/SKILL.md) that automates creating changeset files for the FluidFramework repofluid-frameworkre-export rules), selects the appropriate release notes section, and writes properly formatted changeset filesWhat the skill does
mainto understand the changefluid-frameworkre-export rule (e.g., tree changes get both@fluidframework/treeandfluid-framework)__section(feature, tree, fix, breaking, deprecation, legacy, other)Evaluation results
The skill was evaluated across 3 test scenarios (tree feature, bug fix, deprecation) comparing with-skill vs. without-skill (baseline) runs:
Key findings
.changeset/README.mdprovides good guidance — the skill's value is in the nuances that the README alone doesn't convey reliablyQualitative observations