vc:watzup

Summarize repository state and active plans for handoff.

Updated May 10, 2026
One-click install
npx skills add https://github.com/cryborg1211/quant_trading_telegram_bot --skill vc-watzup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc:watzup
Source: https://github.com/cryborg1211/quant_trading_telegram_bot/tree/main/.agents/skills/vc-watzup
Command: npx skills add https://github.com/cryborg1211/quant_trading_telegram_bot --skill vc-watzup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a concise, read-only snapshot of the current repository state to enable smooth handoffs between teammates and maintainers.

Core Features & Use Cases

  • Read the current branch or detached HEAD, including a summary of dirty state and ahead/behind information.
  • Surface local and remote refs, recent commits, and worktrees to orient new contributors or reviewers.
  • Expose active project plans and an advisory selected-plan hint to inform next steps without granting execution authority.

Quick Start

Run the local scan to generate a handoff summary for the active checkout.

Frequently Asked Questions about vc:watzup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a read-only summary of git repository state for a handoff?

A read-only repository state summary surfaces the current branch, dirty status, ahead/behind counts, local and remote refs, recent commits, and worktrees. It also exposes active project plans with an advisory selected-plan hint to orient teammates without granting execution authority.

What is the best way to orient a new contributor across git worktrees and project plans?

Orienting new contributors requires scanning local git metadata and filesystem plan files to surface active branches, worktrees, recent commits, and advisory plan hints. This read-only snapshot provides full visibility into the repository state and next steps without modifying the working directory.

Can I view repository state and active plans without modifying my git checkout?

Yes, the repository state scan enforces read-only behavior across branches, worktrees, and plan files. It only surfaces advisory hints about the selected plan and requires an explicit fetch or selection command before any modifying action is taken.

How does a git worktree and plan summary work for team handoffs?

A git worktree and plan summary works by reading local git metadata and filesystem project plan files to generate a concise snapshot. It captures the detached HEAD or branch state, worktree listings, and advisory selected-plan context so reviewers can quickly understand the current development status.

Do I need local git metadata and filesystem access to scan repository state for handoffs?

Yes, local git metadata and filesystem access to plan files are required to generate a repository handoff summary. The scan reads branches, worktrees, recent commits, and project plans directly from the local checkout to produce an accurate, read-only orientation snapshot.

What limitations exist when using a read-only repository state summary for project planning?

The read-only repository state summary cannot execute plan actions or modify the working tree. It only provides advisory hints about the selected plan and requires an explicit fetch or selection input to perform any state-changing operations beyond orientation.