Minimal git workflow commands for committing, PRs, release notes, and tagging
Clean up saved plans from the planvault. This skill should be used when the user wants to delete old plans, remove stale specs, prune the planvault, or says "cleanup-plans".
Create a git commit with auto-generated message from staged changes. Use when the user wants to commit, create a commit, or says "commit".
This skill should be used when the user wants to file a GitHub issue, create a bug report, request a feature, report a problem, or open an issue in the current repository. It explores the codebase to understand project context, gathers issue details through conversation, and files the issue via the gh CLI. Trigger phrases include "file an issue", "create an issue", "report a bug", "request a feature", "open an issue", or "gh issue".
Generate a release changelog from git commits between the previous tag and HEAD, then create a GitHub release. This skill should be used when the user wants to write release notes, generate a changelog, create a GitHub release, or summarize what changed since the last release.
Create a GitHub pull request with auto-generated title and body from commits. Use when the user wants to create a PR, open a pull request, or says "ghpr".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This project is managed with zipsa, an AI agent plugin manager CLI. All plugin installation, linking, and synchronization is done through zipsa.
zipsa apply .
npx claudepluginhub kodingwarrior/minimalism-workflow --plugin minimalism-workflowExternal artifacts: commit, pull-request, release-tag, issue-create
Git automation - PRs, releases, branches, worktrees
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Git and workspace operations for active development workflows - commit messages, PR prep, documentation updates, and version management
Git workflow best practices with commit validation hooks
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests