Release
This "Release" skill automates deployment pipelines, streamlining software releases and reducing manual errors for faster delivery.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add justlookatnow-release npx -- -y @trustedskills/justlookatnow-release
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"justlookatnow-release": {
"command": "npx",
"args": [
"-y",
"@trustedskills/justlookatnow-release"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The justlookatnow-release skill automates software releases by generating release notes and updating version numbers. It can create markdown files containing release details based on provided commit messages or other input data. This streamlines the process of communicating changes and managing versions for your projects.
When to use it
- Automating Release Notes: Generate a formatted release notes document directly from Git commit history.
- Updating Version Numbers: Increment version numbers (e.g., semantic versioning) automatically as part of a release workflow.
- Creating Changelogs: Easily build and maintain changelogs for your software projects.
- Release Documentation: Quickly produce documentation outlining the changes included in a new release.
Key capabilities
- Generates release notes from commit messages.
- Updates version numbers based on configured rules.
- Creates markdown files for release documentation.
Example prompts
- "Generate release notes for version 1.2.0, using the last 10 commits."
- "Update the project's version number to 2.0.0 and create a release announcement."
- “Create a changelog file summarizing changes from the
developmentbranch.”
Tips & gotchas
The skill requires access to commit history, typically through Git repositories. Ensure proper authentication and permissions are configured for the AI agent to interact with your version control system.
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.