analyze_branch
Analyzes differences between the current Git branch and a base branch, automatically detecting the main branch and repository. Use to understand changes or check what's in the current branch.
Instructions
Analyzes the differences between the current Git branch and a base branch. Automatically detects the main branch (dev/main/master) and current Git repository from the working directory. Use this when the user asks to analyze a branch, check changes, or understand what's in the current branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detailed | No | Include detailed analysis | |
| baseBranch | No | Base branch for comparison (auto-detected if not provided) |