dev-bootstrap-repair

Diagnose startup failures and apply minimal reversible repairs to local development environments.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/ringlochid/coding-skills --skill dev-bootstrap-repair
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-bootstrap-repair
Source: https://github.com/ringlochid/coding-skills/tree/main/dev-bootstrap-repair
Command: npx skills add https://github.com/ringlochid/coding-skills --skill dev-bootstrap-repair

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restore or bootstrap a local development environment when a repo will not start, dependencies are broken, services drifted, or smoke checks fail.

Core Features & Use Cases

  • Minimal, reversible repairs: apply only the smallest changes that restore startup.
  • Safe, guided workflow: operate in read-only or with explicit approvals for destructive actions.
  • Verification-first: re-run the smallest startup/smoke gate to confirm success.

Quick Start

Identify the startup failure in your repo, reproduce it in read-only mode, and apply the smallest reversible repair with verification.

Frequently Asked Questions about dev-bootstrap-repair

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

FAQPage Schema
How do I fix a local development environment when the repo will not start?

To fix a local development environment that will not start, you must identify the startup failure, reproduce it in read-only mode, classify the dependency or service drift, and apply the smallest reversible repair.

What is the best way to repair broken dependencies without causing destructive changes?

The best way to repair broken dependencies safely is by using a guided, read-only workflow that requests explicit approvals for destructive actions, ensuring only minimal, reversible changes are applied to restore startup.

Why do my smoke checks fail after pulling new updates, and how do I resolve the drift?

Smoke checks fail after updates due to service or dependency drift; resolve this drift by identifying the failure, applying the smallest reversible fix to the environment, and re-running the verification gates to confirm success.

Can I reproduce a dev environment startup failure in read-only mode before applying fixes?

Yes, you can reproduce a dev environment startup failure in read-only mode to safely analyze the issue, classify the drift, and determine the minimal repair needed before making any actual changes.

How to verify that a minimal dependency repair actually fixed the local dev bootstrapping issue?

To verify a minimal dependency repair fixed the local dev bootstrapping issue, re-run the smallest startup or smoke gate to confirm the environment successfully passes the verification checks.

When should I avoid using automated environment repairs for dependency troubleshooting?

You should avoid automated environment repairs when a repository requires manual state recovery, as this workflow focuses exclusively on safe, minimal, and reversible fixes rather than invasive or destructive reconfigurations.