This automates the messy parts of git that usually involve switching between your terminal, GitHub, and maybe a spreadsheet where you track PR status. It hooks into repository analysis, diff risk scoring, and PR lifecycle management so you can see merge conflicts coming before they bite you. The diff risk assessment before merging is genuinely useful if you're working on a team where not everyone has the same level of git comfort. It's built around the claude-flow MCP tools, so you're getting repo health metrics and review time tracking without manually running git log commands. Best for teams doing release branches or anyone who's tired of surprise merge conflicts on Friday afternoons.
npx skills add https://github.com/ruvnet/ruflo --skill git-workflow