Namespaced Flow commands for commit authoring, push safety, and CI analysis in Claude Code.
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 flow@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/flow.json
Step 2: Install the plugin
/plugin install flow@flow
Namespaced Flow commands for conventional commits, safe pushes, and CI triage in Claude Code.
/flow:commit
— Create emoji conventional commits with intelligent splitting and lint checks (/flow:commit [topic]
)./flow:push
— Guard pushes by reviewing unpushed commits for risky content (/flow:push
)./flow:ci
— Summarize GitHub Actions runs and analyze failures (/flow:ci [workflow=<file|id>|all]
)..claude-plugin/marketplace.json
):
/plugin marketplace add ./
from this repo, or/plugin marketplace add ilyannn/claude-commands
/plugin install flow@dev-flow-tools
/flow:
to confirm the commands are available.See CONTRIBUTING.md for project layout, tasks, and contributor notes.
/flow:ci
relies on the GitHub CLI; run gh auth login
before use.
1.0.1