using-git-worktrees-extras

Validate Git worktree edit readiness with scoped baselines and preflight checks.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/stephendor/TDL --skill using-git-worktrees-extras
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-git-worktrees-extras
Source: https://github.com/stephendor/TDL/tree/main/.agents/skills/using-git-worktrees-extras
Command: npx skills add https://github.com/stephendor/TDL --skill using-git-worktrees-extras

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that Git worktrees are isolated and operationally ready, addressing issues that arise when a linked worktree may not be editable by the mandated tool.

Core Features & Use Cases

  • Scoped Baseline Gate: Helps establish and validate scoped baselines when the full baseline fails, with explicit user approval.
  • Declared-Root Routing: Routes code and tests to the appropriate workspace when editing in Windows or sandboxed runtimes.
  • Edit-Path Preflight: Ensures the worktree is writable and preflight checks are passed before any operations.
  • Pre-Delivery Check: Reports baseline states and excludes, ensuring all operations are contained within one worktree.

Quick Start

Run 'using-git-worktrees-extras pre-check' to ensure worktree isolation and operational readiness.

Frequently Asked Questions about using-git-worktrees-extras

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

FAQPage Schema
How do I ensure my Git worktree is writable and isolated before editing?

You can validate Git worktree isolation by running a pre-check that verifies worktree edit readiness, establishes scoped baselines with user approval, and ensures all code and test operations remain confined to a single worktree.

Why does my Git worktree fail the baseline check in a sandboxed runtime?

Git worktree baseline checks can fail in sandboxed runtimes when the linked worktree is not editable by the mandated tool, requiring you to establish and validate a scoped baseline with explicit user approval to proceed.

Can I route code and tests to a specific worktree root on Windows?

Yes, declared-root routing allows you to route code and tests to the appropriate workspace when editing in Windows or sandboxed runtimes, ensuring operations target the correct worktree directory.

What does a pre-delivery check do for Git worktree operations?

A pre-delivery check for Git worktree operations reports baseline states and excludes, ensuring that all editing and testing actions have remained strictly contained within a single worktree before finalizing changes.

When do I need to establish a scoped baseline for Git worktree validation?

You need to establish a scoped baseline for Git worktree validation when the full baseline fails and the linked worktree cannot be edited by the mandated tool, requiring explicit user approval to proceed with operations.