tlh-dev-hygiene

Validate git status, tracked artifacts, and package manifest consistency.

21|2|Updated May 9, 2026
One-click install
npx skills add https://github.com/diegopetrucci/the-last-harness --skill tlh-dev-hygiene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tlh-dev-hygiene
Source: https://github.com/diegopetrucci/the-last-harness/tree/main/.pi/skills/tlh-dev-hygiene
Command: npx skills add https://github.com/diegopetrucci/the-last-harness --skill tlh-dev-hygiene

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of shipping incomplete or broken repository changes by automating the final verification steps required before handing off work in The Last Harness environment.

Core Features & Use Cases

  • Working Tree Validation: Automatically checks for untracked files and ensures the repository state is clean.
  • Manifest Integrity: Verifies that package manifests and installer support files are correctly updated to include new resources.
  • Use Case: Before submitting a pull request or handing off a feature branch, use this Skill to ensure no artifacts are missing and that all necessary validation scripts have been executed.

Quick Start

Run the tlh-dev-hygiene skill to perform a final verification of the current repository state before submitting your changes.

Frequently Asked Questions about tlh-dev-hygiene

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

FAQPage Schema
How do I check git status and validate repository health before a handoff?

Repository health validation checks git status, tracks untracked artifacts, and verifies package manifest consistency to ensure a clean working tree before handing off work. It confirms deployment readiness by executing validation scripts automatically.

What is the best way to verify package manifest consistency before submitting a pull request?

Package manifest consistency verification ensures package manifests and installer support files correctly include new resources before a pull request. It checks the repository state to confirm no artifacts are missing and all necessary validation scripts have executed.

Can I use this repository validation tool without npm environment access?

Repository validation requires standard git CLI and npm environment access to execute validation and smoke tests. Without these dependencies, the tool cannot verify package manifest consistency or complete the automated pre-handoff health checks.

How do I detect untracked files in my git repository before deployment?

Detecting untracked files requires checking git status to ensure the working tree is clean. The validation tool automatically identifies untracked artifacts and verifies repository integrity to prevent shipping incomplete or broken changes during handoff.

Why does my deployment fail due to missing artifacts in the working tree?

Deployment failures from missing artifacts occur when the working tree contains untracked files or incomplete changes. Automated pre-handoff validation eliminates this risk by verifying repository integrity and confirming all necessary validation scripts have been executed.

Does git status validation work with The Last Harness development workflows?

Git status validation applies specifically to development workflows within The Last Harness to ensure clean handoffs and deployment readiness. It performs final verification of the current repository state before submitting changes.