change Skill
Create a beachball change file for the current changes. Determines change type (patch/minor) and generates a description from the diff. Published by microsoft in fluentui.
What is change Skill?
Create a beachball change file for the current changes. Determines change type (patch/minor) and generates a description from the diff. Published by microsoft in fluentui. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Documentation
- Testing use cases
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use change Skill
- Use it for testing.
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/fluentui
- Skill file: .agents/skills/change/SKILL.md
What it does
Create a beachball change file for the current changes. Determines change type (patch/minor) and generates a description from the diff.
Skill instructions
Create a Beachball Change File Generate a change file for the current branch's modifications using the repo's beachball setup. Steps 1. Determine the change type: - patch — bug fixes, internal refactors, test-only changes - minor — new features, new exports, new component variants - none — changes that don't affect the published package (stories, docs, tests only) - Never use major without explicit user approval 2. Generate a descriptive message following the format: fix(package-name): description or feat(package-name): description 3. Run the repo's change script to create the change file: bash yarn change This runs beachball change --no-commit (configured in root package.json). Beachball automatically detects which packages need change files. For non-interactive usage with a specific type and message: bash yarn beachball change --no-commit --type <type --message "<message" 4. Verify the change file was created: bash yarn check:change Rules - Always use yarn change or yarn beachball ch
Explore related resources
Frequently asked questions
What is change?
change is a open-source AI agent skill with Copy skill directory. Create a beachball change file for the current changes. Determines change type (patch/minor) and generates a description from the diff.
Who is change best for?
change is best for reusing agent instructions, scripts, and references, testing workflows, documentation workflows.
How do I install change?
Install or run change using Copy skill directory. Check change for the latest setup command.
Is change actively maintained?
change may need a closer maintenance check before production use.
Auto-fetched from GitHub.