Final Release Review Purpose Use this skill when validating the latest release candidate commit (default tip of ) for release. It guides you to fetch remote tags, pick the previous release tag, and thoroughly inspect the diff for breaking changes, introduced bugs/regressions, improvement opportunities, and release risks. The review must be stable and actionable: avoid variance between runs by using explicit gate rules, and never produce a call without concrete evidence and clear unblock actions. Quick start 1. Ensure repository root: → . 2. Sync tags and pick base (default ): 3. Choose target…