Сводка состояния репозитория для передачи задач
productivity
vc-review-situation is a Claude Code skill that produces a read-only repository snapshot for session handoff and work resumption. It runs `review-situation-scan.cjs`, which reads `git status`, `git worktree list`, local and remote branch refs, and the active-plan inventory from `process/general-plans/active/` and `process/features/*/active/`. Two modes are available: Simple delivers a quick orientation report with sections for Current State, Recent Work, In-Flight Plans, Next Steps, and Warnings; Deep adds a full synthesis — umbrella plan, the latest phase report, and each active plan's Resume and Execution Handoff section — sufficient for an agent to continue without follow-up questions. The skill is strictly advisory and never mutates repo or process state, making it the right tool when developers or orchestrators need to answer "what's in flight" or hand off context after a break or context compaction.
- #situation-review
- #git-status
- #project-handoff
- #plan-inventory
- #session-orientation