This orchestrates a full git workflow by chaining together multiple specialized agents for code review, testing, and deployment checks before you commit or open a PR. It runs a code reviewer subagent to catch quality issues, spins up a test automator to validate coverage, then generates Conventional Commits messages and creates structured PR descriptions with all the context from previous steps. The multi-agent coordination is the real value here, passing findings between phases so your PR already addresses test gaps and breaking changes before anyone reviews it. Marked critical risk, probably because it automates git operations that could push code. Best for teams that want enforced quality gates without manual checklists.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill git-pr-workflows-git-workflow