gitworkflow

Installation
SKILL.md

GitWorkflow

Smart Git workflow engine with submodule detection, hook-aware commit strategies, repo-aware branch targeting, CI monitoring & auto-merge, issue analysis/routing, deploy-workflow isolation, and changelog awareness.

Changelog Tool (GATED)

Every commit and release workflow uses the changelog CLI tool (~/.local/bin/changelog) for repo awareness.

changelog --auto --dry-run     # Preview unreleased changes (used after every commit)
changelog VERSION --auto       # Generate CHANGELOG.md entry (used in releases)
changelog VERSION --auto --force  # Non-interactive changelog generation

Source: ~/Projects/desktop-commander/scripts/changelog/

This is mandatory — the user needs visibility into what's changing across repos. There is no skip flag. A gate with an escape hatch isn't a gate.

Repository Adaptation Rules

Installs
2
GitHub Stars
1
First Seen
May 20, 2026
gitworkflow — aojdevstudio/agentic-utilities