git-worktree-status

Parse .worktree-logs to report typecheck, test, and build status in a git worktree.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/srednoff888-art/4 --skill git-worktree-status
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: git-worktree-status
Source: https://github.com/srednoff888-art/4/tree/main/examples/skills/git-worktree-status
Command: npx skills add https://github.com/srednoff888-art/4 --skill git-worktree-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a lightweight mechanism to determine the health of background verification tasks launched within a git worktree, surfacing results without interrupting development.

Core Features & Use Cases

  • Detect current worktree and locate related logs in .worktree-logs.
  • Parse typecheck, tests, and build results to produce a concise status.
  • Generate a quick, actionable report to guide remediation when failures occur.

Quick Start

Run /git-worktree-status from inside a worktree to view the current health status.

Frequently Asked Questions about git-worktree-status

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

FAQPage Schema
How do I check the status of background build and test tasks in a git worktree?▼

To check background build and test tasks in a git worktree, run a status command that reads the .worktree-logs directory and reports per-check outcomes for typecheck, tests, and builds. This provides a concise health report without interrupting development.

What is non-blocking git worktree health checking?▼

Non-blocking git worktree health checking is a mechanism that surfaces the results of background verification tasks by parsing logs, allowing developers to view typecheck, test, and build statuses without interrupting their active development workflow.

How do I get a status report for typecheck, tests, and builds running in a worktree?▼

You can get a status report for typecheck, tests, and builds by executing the status command inside your worktree, which parses the .worktree-logs and generates a deterministic report with per-check outcomes and remediation guidance.

Does the git worktree status check require any special dependencies or setup?▼

The git worktree status check requires no special dependencies, but it applies only when operating inside a git worktree that contains a .worktree-logs directory populated by your background verification tasks.

What steps should I take when a worktree health check reports a build or test failure?▼

When a worktree health check reports a failure, you should follow the generated remediation guidance, which delivers a deterministic status report with per-check outcomes to help you quickly identify and resolve the failing typecheck, test, or build activity.

Can I use this health check outside of a git worktree?▼

You cannot use this health check outside of a git worktree, because the mechanism specifically detects the current worktree and locates related logs in the .worktree-logs directory to parse typecheck, tests, and build results.