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]).
- Add the marketplace (ships in
.claude-plugin/marketplace.json):- Local path:
/plugin marketplace add ./from this repo, or - GitHub repo:
/plugin marketplace add ilyannn/claude-commands
- Local path:
- Install the plugin:
/plugin install flow@dev-flow-tools - Restart Claude Code and start typing
/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.