git-worktree-status

Monitor verification job statuses in git worktrees without blocking workflows.

1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/bossjones/boss-skills --skill git-worktree-status-bossjones
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-worktree-status
Source: https://github.com/bossjones/boss-skills/tree/main/plugins/boss-dev/agent-harness/skills/git-worktree-status
Command: npx skills add https://github.com/bossjones/boss-skills --skill git-worktree-status-bossjones

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a summary of the status of verification jobs (tests, type checks, builds) in a git worktree without blocking the workflow.

Core Features & Use Cases

  • Worktree Status Summary: Get a quick overview of the status (PASS/FAIL/RUNNING/NOT_RUN) of verification jobs.
  • Background Check Monitoring: Continuously monitor the status of background jobs without interrupting the workflow.
  • Use Case: Use this Skill after a worktree is set up to check the status of ongoing tests, type checks, and builds.

Quick Start

Run the git-worktree-status command from inside the worktree directory.

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 verification jobs in a git worktree?

To check the status of background verification jobs in a git worktree, run the `git-worktree-status` command from inside the worktree directory. It reports the status of tests, type checks, and builds without blocking your workflow.

What is a non-blocking git worktree status check?

A non-blocking git worktree status check allows you to monitor ongoing tests, type checks, and builds in parallel development workflows. It provides a summary of PASS, FAIL, RUNNING, or NOT_RUN states without interrupting your current development tasks.

Can I monitor tests and builds in a git worktree without stopping my coding workflow?

Yes, you can monitor tests and builds without stopping your coding workflow. The skill continuously monitors background verification jobs in your git worktree, allowing you to check their status whenever needed without halting development.

Do I need specific knowledge to use git worktree status monitoring?

Yes, using git worktree status monitoring requires knowledge of git and log parsing. It is designed for software development workflows that utilize worktrees for parallel development, so familiarity with these concepts is necessary to interpret the verification job statuses.

When should I use a worktree status summary for verification jobs?

You should use a worktree status summary after a worktree is set up to check the status of ongoing tests, type checks, and builds. It is ideal when you need a quick overview of background verification jobs during parallel development.