By basher83
Automate git workflows to check repo status, craft atomic conventional commits from unstaged changes, clean up stale branches with safety checks, generate changelogs with version bumps and tags, and perform context-aware PR reviews with code quality analysis.
npx claudepluginhub basher83/lunar-claude --plugin git-workflowReview code for bugs, security issues, and adherence to project standards. This agent SHOULD be used when reviewing code changes for quality, security, and standards compliance.
Creates clean, atomic git commits. Invoked through the git-commit skill with context: fork for delegation isolation. Do not invoke directly — use the git-commit skill instead.
Verify change completeness, find orphaned code, and detect development artifacts. This agent SHOULD be used after implementation to verify nothing was missed or left behind.
Comprehensive git branch cleanup and organization
Generate changelog using git-cliff, optionally bump version tag
Run hooks and create clean, logical commits <example> Context: User just finished implementing a feature across multiple files. user: "I've finished adding the authentication module" assistant: "Great! You have changes across several files." <commentary> User completed coding task with multiple modified files. Proactively trigger commit-craft to organize changes into clean atomic commits. </commentary> assistant: "I'll use the commit-craft agent to organize these changes into logical, atomic commits." </example> <example> Context: User explicitly requests commit creation. user: "create commits for these changes" assistant: "I'll analyze your changes and group them logically." <commentary> Explicit commit request. Agent will identify related changes and create well-structured commits. </commentary> assistant: "I'll use the commit-craft agent to create clean, atomic commits following conventional format." </example> <example> Context: User has uncommitted work and wants to commit. user: "let's commit all this" assistant: "Let me review what's changed first." <commentary> User wants to commit work. Agent analyzes changes and creates multiple atomic commits rather than one large commit. </commentary> assistant: "I'll use the commit-craft agent to organize these into logical commits." </example> <example> Context: Large refactoring with many file changes. user: "I've refactored the database layer, ready to commit" assistant: "That's a significant change set." <commentary> Large changeset after refactoring. Agent will split into reviewable chunks and group related changes. </commentary> assistant: "I'll use the commit-craft agent to split this into reviewable, atomic commits." </example>
Summarize the current state of the git repository
This skill should be used when the user asks to "make commits", "commit all changes", "create a branch", "name a branch", "organize commits", "conventional commits", "generate changelog", "release version", "bump version", or needs guidance on git workflow best practices including commit organization, branch naming, and conventional commit format.
Personal Claude Code plugin marketplace for homelab and infrastructure automation.
/plugin marketplace add basher83/lunar-claude
/plugin install <plugin-name>@lunar-claude
| Plugin | Description |
|---|---|
| meta-claude | Skill creation and multi-agent composition patterns |
| plugin-dev | Plugin development toolkit (skills, agents, commands, hooks) |
| hookify | Conversation pattern hooks for behavior control |
| claude-dev-sandbox | Development sandbox for testing components |
| Plugin | Description |
|---|---|
| ansible-workflows | End-to-end Ansible automation with multi-agent pipelines |
| proxmox-infrastructure | Proxmox VE cluster management, CEPH, VLAN networking |
| Plugin | Description |
|---|---|
| python-tools | Python toolkit: uv scripts, ruff/pyright, Agent SDK |
| git-workflow | Atomic commits, branch cleanup, conventional commits |
| Plugin | Description |
|---|---|
| netbox-powerdns-integration | NetBox IPAM and PowerDNS automation |
| omni-scale | Sidero Omni + Talos Kubernetes on Proxmox |
| Plugin | Description |
|---|---|
| lunar-research | Multi-agent research pipeline (external repo) |
Structure validation:
uv run scripts/verify-structure.py
Local testing:
/plugin marketplace add /path/to/lunar-claude
/plugin install plugin-name@lunar-claude
See individual plugin READMEs for details.
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Git workflow best practices with commit validation hooks
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Commands for Git operations, commits, and PRs
Git workflow tools: commits, PRs, review inbox, checkout, and work triage
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Share bugs, ideas, or general feedback.
Git automation - PRs, releases, branches, worktrees
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim