Review PR Perform a comprehensive code review of a pull request or branch diff using the knowledge graph. Token optimization: Before starting, call for the optimized workflow. Never include full files unless explicitly asked. Steps 1. Identify the changes for the PR: - If a PR number or branch is provided, use to get changed files - Otherwise auto-detect from the current branch vs main/master 2. Update the graph by calling to ensure the graph reflects the current state. 3. Get the full review context by calling : - This uses (or the specified base branch) as the diff base - Returns all change…