git-worktree-status

Check background verification task results from git worktree logs.

Updated May 30, 2026
One-click install
npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill git-worktree-status-alexica00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-worktree-status
Source: https://github.com/alexica00/claude-code-ultimate-guide/tree/main/examples/skills/git-worktree-status
Command: npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill git-worktree-status-alexica00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Check background verification tasks launched by git worktrees, providing non-blocking feedback to keep developers productive.

Core Features & Use Cases

  • Detect current worktree: verify we're inside a git worktree.
  • Check Log Files: read .worktree-logs/ for background task results.
  • Parse Results: extract pass/fail counts and errors.
  • Report Status: color-coded summary with actionable next steps.

Quick Start

Run the /git-worktree-status command from inside a git worktree directory to view the current status of background verification tasks.

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 background build and test status in a git worktree?

To check background build and test status in a git worktree, use a status check skill that reads log files from the .worktree-logs directory, parses pass/fail counts, and reports a color-coded summary with actionable next steps.

How do I parse background task results from .worktree-logs?

Parsing background task results from .worktree-logs involves reading the stored log files to extract pass/fail counts and errors, then generating a color-coded summary to provide non-blocking feedback on type checks, tests, and builds.

Can I get non-blocking status updates for git worktree verification tasks?

Yes, you can get non-blocking status updates for git worktree verification tasks by running a status check command that parses background logs from the .worktree-logs directory to keep developers productive without waiting for builds.

Does git worktree status checking work outside of a worktree directory?

No, git worktree status checking requires you to be inside a git worktree directory, as the skill must first detect the current worktree and then read the specific .worktree-logs directory within it to determine results.

What is the best way to monitor git worktree health during development?

The best way to monitor git worktree health is to run a dedicated status check command that parses .worktree-logs for background task results, providing a color-coded summary and actionable guidance for type checks, tests, and builds.

Why are my git worktree background task logs not showing pass/fail results?

If your git worktree background task logs are not showing pass/fail results, verify that you are inside the correct git worktree and that the background verification tasks are correctly writing output to the .worktree-logs directory.