release

Automate semantic version bumping, tagging, pushing, and GitHub Release creation.

29|6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/edictum-ai/edictum --skill release-edictum-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/edictum-ai/edictum/tree/main/.claude/skills/release
Command: npx skills add https://github.com/edictum-ai/edictum --skill release-edictum-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, GitHub, github_actions, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of software release management, reducing errors and manual tasks involved in updating software versions.

Core Features & Use Cases

  • Automated Release Process: Manages version bumps, tagging, and publishing across multiple platforms.
  • Pre-flight Checks: Includes testing, linting, and cleaning to ensure a stable release.
  • User Verification: Informs the user about release success or any failures.

Quick Start

Run the release skill with release to bump, tag, and publish the current version of edictum.

Frequently Asked Questions about release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate semantic version bumping and GitHub Release creation in a CI/CD pipeline?

Automated release management handles semantic version bumping, tagging, and pushing to streamline software releases. It executes pre-flight checks like testing and linting before creating a GitHub Release within your CI/CD pipeline.

What does automated release management do to ensure a stable software version publish?

Automated release management runs pre-flight checks including testing, linting, and cleaning to ensure a stable software version publish. It verifies release success or informs the user of any failures after attempting the version bump.

Do I need GitHub Actions and git to use automated release automation for Python environments?

Yes, you need git and GitHub Actions configured to use this release automation in a Python environment. The automated versioning process is specifically designed to integrate with and require these dependencies for tagging and publishing.

What's the best way to streamline software version bumping and tagging on edictum?

The best way to streamline software version bumping and tagging on edictum is running an automated release process. It manages version increments, tagging, and publishing while reducing manual tasks involved in updating software versions.

Can I use this release automation for Python projects without manually pushing git tags?

Yes, you can use this release automation for Python projects without manually pushing git tags. It automatically handles semantic version bumping, git tagging, and pushing directly within your configured CI/CD pipelines.