git_optimized_status
Quickly checks staged, unstaged, and untracked files to provide a fast repository overview before deciding to generate a commit.
Instructions
Fast status check using GitPython — shows staged, unstaged, and untracked files.
Preferred over git_status_tool when you only need a quick overview
before deciding whether to generate a commit message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the Git repository |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |