Get Claude Subagent Status
get_claude_subagent_statusCheck workspace git status, diff stats, changed files, and CLI availability to validate readiness before delegating tasks.
Instructions
Check workspace git status, diff stat, changed files, and whether git and Claude Code CLI are available before delegating work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspacePath | Yes | Absolute or resolvable path to the target Git repository. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| git | Yes | ||
| error | No | ||
| claude | Yes | ||
| gitAvailable | No | ||
| workspacePath | Yes | ||
| claudeAvailable | No |