What problem does it solve? Projects set up with an older Bravros workflow drift out of date as hooks, CI workflows, and templates improve, and manually tracking which files to overwrite versus preserve is error-prone. ## Core Features & Use Cases - Selective File Updates: Overwrites git hooks (commit-msg, pre-push) and the GitHub Action workflow while skipping project-specific files like CLAUDE.md and sync-db.sh. - Divergence Protection: Never overwrites an existing sync-db.sh or .db-sync.env.example, since projects may have customized them; suggests diffing against templates instead. - Gitignore Maintenance: Appends only missing entries to .gitignore without duplicating existing rules. - Use Case: After upgrading the Bravros CLI, run this skill to bring an existing repository's hooks and CI workflow up to date without clobbering your customized database sync script. ## Quick Start Ask the agent to sync this project with the latest Bravros workflow files, updating hooks and the GitHub Action while preserving my existing sync-db.sh.