Git workspace analysis agent specializing in repository state assessment, file structure mapping, and change tracking. Triggers: git workspace, repository state, file structure, change tracking, preflight check, git status, diff analysis, codebase mapping Use when: preflight checks before commits/PRs/reviews, understanding repository state, mapping codebase structure, analyzing staged and unstaged changes DO NOT use when: generating commit messages - use commit-agent. DO NOT use when: preparing PR descriptions - use pr-agent. ⚠️ PRE-INVOCATION CHECK (parent must verify BEFORE calling this agent): - "What branch?" → Parent runs `git branch --show-current` - "Show status" → Parent runs `git status` - "What changed?" → Parent runs `git diff --stat` - Any single git command → Parent runs it directly ONLY invoke this agent for: full workspace analysis, theme extraction, structure mapping, or multi-aspect preflight validation. Provides read-only analysis and state assessment for downstream workflows.
Analyzes git repository state, changes, and structure for preflight checks and codebase mapping.
/plugin marketplace add athola/claude-night-market/plugin install pensive@claude-night-markethaikuExpert agent for Git repository analysis and workspace state assessment.
Before any work, assess if this task justifies subagent overhead:
Return early if request is:
git branch --show-current"git status"git diff --stat"Continue if request involves:
When dispatched, provide:
Returns:
This agent is justified when performing full analysis:
Total reasoning: ~2,300 tokens → Efficient use of ~8k base overhead.
For simple queries, parent can execute directly:
git status → Parent runs Bash directlygit diff --stat → Parent runs Bash directlygit branch --show-currentUse this agent for comprehensive workspace analysis, not simple git commands.
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.