generate-changelog Skill
Generate a succinct CHANGELOG.md entry from PR descriptions since the last version bump. Published by microsoft in dbt-fabricspark.
What is generate-changelog Skill?
Generate a succinct CHANGELOG.md entry from PR descriptions since the last version bump. Published by microsoft in dbt-fabricspark. 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
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use generate-changelog Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/dbt-fabricspark
- Skill file: .github/copilot/skills/generate-changelog/SKILL.md
What it does
Generate a succinct CHANGELOG.md entry from PR descriptions since the last version bump.
Skill instructions
Generate Changelog Produce a concise, user-facing changelog entry for the current version by summarizing merged PR descriptions. Steps 1. Check for the raw changelog — verify that .temp/VERSIONCHANGELOGFULL.md exists in the repo root: bash test -f .temp/VERSIONCHANGELOGFULL.md If it does not exist, stop and tell the user: The raw PR changelog has not been generated yet. Run this first: bash npm run get-version-diffs Then re-invoke this skill. 2. Read the raw changelog — open .temp/VERSIONCHANGELOGFULL.md. Each entry has the format: <short sha: <commit title <PR description body --- 3. Filter out sentinel commits — skip any entry whose commit title matches the pattern ci: sentinel commit. These are CI verification commits with no user-facing changes. 4. Read the current version — get the version string from: bash cat src/dbt/adapters/fabricspark/version.py The file contains a single line like version = "1.9.6". Extract the version number (e.g., 1.9.6). 5. Summarize into a changelog entr
Explore related resources
Frequently asked questions
What is generate-changelog?
generate-changelog is a open-source AI agent skill with Copy skill directory. Generate a succinct CHANGELOG.md entry from PR descriptions since the last version bump.
Who is generate-changelog best for?
generate-changelog is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install generate-changelog?
Install or run generate-changelog using Copy skill directory. Check generate-changelog for the latest setup command.
Is generate-changelog actively maintained?
generate-changelog may need a closer maintenance check before production use.
Auto-fetched from GitHub.