What problem does it solve?
Standard code reviews only display code changes, missing the context of why those changes were made. This leads to missed mismatches between a developer's intended behavior and actual implementation, which can introduce bugs, security flaws, or unintended side effects before merging code.
Core Features & Use Cases
- Intent Context Integration: Pulls checkpoint transcripts from the Entire CLI to understand the original goals, constraints, and edge cases discussed during development.
- Comprehensive Diff Auditing: Checks for logic errors, security vulnerabilities, performance issues, error handling gaps, and leftover debug artifacts across all changed files.
- Use Case: When merging a feature branch that refactors user authentication, this skill verifies the implementation matches the original intent discussed in the session, flags any unhandled edge cases, and catches leftover debug logging that should be removed before merge.
Quick Start
Ask your agent to review the current branch changes before merging to get an intent-aware audit of your code.