Comprehensive Git workflow management plugin with CI automation and lint fixing
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install clydehub@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/clydehub.json
Step 2: Install the plugin
/plugin install clydehub@clydehub
A comprehensive Claude Code plugin for managing Git workflows with automated linting, type checking, and CI validation.
/commit [message]
Create a smart commit with automatic linting and type checking.
Workflow:
Important: Does NOT run tests. No Claude attribution added.
/pr [title]
Create a pull request with validation.
Workflow:
gh pr create
gh pr checks
Important: Relies on GitHub PR checks, not local test runs.
/lint-fix
Run all linters and automatically fix issues.
Detects and runs:
pnpm biome check --write
uv run ruff check --fix
, uv run ruff format
/ci-check
Run comprehensive CI validation locally.
Runs in order:
Important: Stops at first failure.
/sync
Sync current branch with main/master.
Workflow:
Important: No stashing. Requires clean working directory.
/test-debug [test-name]
Debug a specific failing test.
Workflow:
Important: For investigating specific failures, not running full suite.
@git-workflow
Specialized agent for Git operations with strict adherence to:
/plugin install clydehub
This plugin is opinionated and configured for:
MIT
1.0.0