generate-changelog Skill
Generate a succinct CHANGELOG.md entry from PR descriptions since the last version bump. Published by microsoft in dbt-fabricspark.
Decision snapshot
Is this a fit?
Testing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Declared skill metadata
- Source file: .github/copilot/skills/generate-changelog/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.