Prowler Changelog
Generates detailed changelogs from Prowler scans, streamlining documentation and highlighting infrastructure changes for improved transparency.
Install on your platform
We auto-selected Claude Code based on this skillโs supported platforms.
Run in terminal (recommended)
claude mcp add prowler-changelog npx -- -y @trustedskills/prowler-changelog
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"prowler-changelog": {
"command": "npx",
"args": [
"-y",
"@trustedskills/prowler-changelog"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates detailed changelogs for Prowler, a cloud security auditing framework. It follows specific formatting rules and conventions outlined by keepachangelog.com to ensure consistency and clarity in documenting changes across different components (UI, API, MCP Server, SDK). The generated changelog entries include links to relevant pull requests on GitHub, providing traceability for each modification.
When to use it
- When releasing a new version of Prowler or any of its core components.
- To automatically populate the
CHANGELOG.mdfiles within various Prowler directories (ui/, api/, mcp_server/, prowler/). - For maintaining accurate and up-to-date documentation of infrastructure changes.
- When needing to adhere to strict changelog formatting guidelines for transparency and collaboration.
Key capabilities
- Generates changelogs following the keepachangelog.com format.
- Uses specific emoji prefixes (๐, ๐, โ ๏ธ, โ, ๐, ๐) to categorize changes.
- Includes links to associated GitHub pull requests for each entry.
- Maintains a defined section order: Added โ Changed โ Deprecated โ Removed โ Fixed โ Security.
- Supports semantic versioning (PATCH, MINOR, MAJOR) based on the type of change.
Example prompts
- "Generate a changelog entry for this pull request: [link to PR]"
- "Create a 'Fixed' section entry in the SDK changelog for bug fix #1234."
- "Add a new 'Added' entry at the bottom of the API changelog, linking to pull request #5678."
Tips & gotchas
- Entries must always be added at the bottom of each section.
- Preserving the correct section order is critical when generating "UNRELEASED" changelogs.
- Once a version is released (tagged in Prowler), its corresponding changelog section should not be modified.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates โ what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
๐ Community
Passed automated security scans.