Review Overview Use this skill to review uncommitted changes in the current git workspace. Focus on correctness, safety, maintainability, and alignment with project standards. The review must produce: 1. A concise summary of what changed 2. Prioritized findings with severity labels 3. Actionable fix suggestions 4. A final verdict ( or ) Workflow Step 1: Gather Context 1. Inspect current changes: - - (if staged changes exist) 2. Read the full modified files (not only the diff hunks) to understand surrounding logic and architecture. 3. Load only the project context relevant to the changed files…