Install
$ agentstack add skill-migmcc-agent-skill-quality-gate-good-skill ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
changelog-writer
Purpose
Generate a clear, human-readable changelog entry for a release from a list of merged pull requests, grouped by change type (features, fixes, docs).
When to use
Use this skill when preparing a release and you have a list of merged PRs that need to be summarized into release notes. Do not use it to decide version numbers — that is the release-manager's job.
Inputs
- A list of merged pull request titles and numbers.
- The target release version (e.g.
1.4.0).
Outputs
- A Markdown changelog section with the version header and grouped bullet
points, ready to paste into CHANGELOG.md.
Acceptance criteria
- Every input PR appears exactly once in the output.
- Entries are grouped under Features, Fixes and Docs headings.
- The version header matches the provided version.
Examples
Input: PRs #12 Add export button (feature), #13 Fix crash on empty list (fix). Output:
## 1.4.0
### Features
- Add export button (#12)
### Fixes
- Fix crash on empty list (#13)
Limitations
- Does not infer change type when a PR is untagged; it asks for clarification.
- English output only in v0.1.
Test cases
- TC-1: three PRs across all groups produce three grouped sections.
- TC-2: an untagged PR triggers a clarification request rather than a guess.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: migmcc
- Source: migmcc/agent-skill-quality-gate
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.