bundled-skills/smart-git-automation/SKILL.md
Smart change detection, auto branch naming, and streamlined commit/PR workflow
npx skillsauth add FrancoStino/opencode-skills-antigravity smart-git-automationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this when you want a faster, smarter git workflow that groups changes logically and reduces manual confirmation overhead.
Run in parallel:
git status - check what's changedgit diff --stat - see file modification summarygit diff --name-only - list changed files onlygit diff --staged --stat - see what's already stagedAnalyze changes to group them logically:
Present grouped changes in a clear format, e.g.:
📁 Group 1: UI Components
- src/components/Button.tsx (modified)
- src/components/Button.test.tsx (modified)
📁 Group 2: API Layer
- src/api/client.ts (new)
- src/api/types.ts (modified)
Generate branch name from dominant change pattern:
<type>/<short-description>feature, fix, refactor, docs, test, chorefeature/add-user-auth (from auth-related files)fix/login-validation (from validation changes)refactor/api-cleanup (from API refactoring)Show the proposed branch name and ask for one-word confirmation (or type alternative).
git checkout -b "$branch_name"git add -- path/to/file ...
git diff -z --name-only) and pass them as pathspec arguments.<type>: <short description> (max 72 chars)git push -u origin <branch-name>git remote -vmskadu/repo-name)gh pr create with:
data-ai
Snapshot a site's SEO state and detect ranking, indexation, metadata, canonical, robots, schema, and on-page regressions over time.
development
Coordinate focused subagents on substantial work, keep their ownership non-overlapping, and integrate verified results. Use for large-scope Codex tasks; keep trivial work with the coordinator.
data-ai
Use when an owner asks to find a cofounder or project partner. Assess only that agent's own owner and rank only approved profiles other agents posted for their own owners.
devops
Install, configure, verify, repair, update, and uninstall Hyprland on Fedora Linux with GPU-aware detection (NVIDIA/AMD/Intel).