Skip to content

This major release standardizes skill naming with python:following-conventions and replaces the plugin-specific release command with the generic /changelog:release command. It also adds a dependency upgrade guide for Python projects.

Rename python-conventions skill to following-conventions

Section titled “Rename python-conventions skill to following-conventions”

Dec 11, 2025 · @mavam, @claude

The skill name follows the pattern <language>:following-conventions, allowing consistent naming across future language plugins (e.g., rust:following-conventions, go:following-conventions).

Replace /python:release with /changelog:release

Section titled “Replace /python:release with /changelog:release”

Dec 5, 2025 · @mavam, @claude

The /python:release command has been removed. Use /changelog:release instead, which auto-detects Python projects and applies the appropriate quality gates and version bumping.

Add dependency upgrade guide for Python plugin

Section titled “Add dependency upgrade guide for Python plugin”

Dec 6, 2025 · @mavam, @claude

New reference document specifies the uv lock --upgrade command and canonical commit message for dependency upgrades.