What problem does it solve? Git hooks installed in a project become outdated when the Bravros templates change, leaving commit validation and push protection rules stale. This Skill refreshes the hooks in an existing repository to the latest version without touching workflows or planning files. ## Core Features & Use Cases - Hook Refresh: Overwrites .bravros/hooks/commit-msg and .bravros/hooks/pre-push with the latest template versions via bravros init --skip-workflows --skip-staging-branch. - Prerequisite Checks: Verifies the current directory is a git repository and that .bravros/hooks/ exists before updating, suggesting /start if hooks were never installed. - Scoped Update: Intentionally leaves .github/workflows and .planning untouched and never commits automatically, so the user can review changes. - Use Case: After upgrading the Bravros CLI, run this Skill in each existing project so commit message validation and the direct-push-to-main guard match the newest rules. ## Quick Start Update the git hooks in this repository to the latest Bravros template version.