debug-everything

Diagnose and fix validation, test, lint, and infrastructure failures across codebases.

6|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/navapbc/digital-service-orchestra --skill debug-everything
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-everything
Source: https://github.com/navapbc/digital-service-orchestra/tree/main/plugins/dso/skills/debug-everything
Command: npx skills add https://github.com/navapbc/digital-service-orchestra --skill debug-everything

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose and fix pre-existing validation failures, test failures, lint errors, type errors, CI failures, and infrastructure issues across a large codebase using orchestrated sub-agents.

Core Features & Use Cases

  • End-to-end health restoration: runs diagnostics, triage, fixes, and verification across code, tests, and infrastructure.
  • Multi-agent orchestration: coordinates sub-agents to diagnose and fix issues with disciplined engineering practices.
  • Guarded flow: employs gates, checkpoints, and non-interactive deferral to manage user interaction and ensure reproducible results.
  • Triage, clustering, and priorities: clusters failures, assigns severity, and sequences fixes by tier.

Quick Start

Invoke /dso:debug-everything to start a full diagnostic and fix cycle for project health.

Frequently Asked Questions about debug-everything

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

FAQPage Schema
How do I fix pre-existing test failures and lint errors across a large codebase?

Fix pre-existing test failures and lint errors by orchestrating sub-agents to diagnose, triage by severity, and repair validation issues with guarded retries and auditable checkpoints across the codebase.

What is the best way to automate CI failure diagnosis and infrastructure triage?

Automate CI failure diagnosis and infrastructure triage using a multi-agent workflow that clusters failures, assigns severity tiers, and sequences fixes to restore project health end-to-end.

How does multi-agent orchestration work for resolving validation failures?

Multi-agent orchestration resolves validation failures by coordinating sub-agents through a structured multi-phase workflow with gates, checkpoints, and non-interaction deferral to ensure reproducible results.

Can I use an automated workflow to restore project health without manual intervention?

You can restore project health without manual intervention by invoking a non-interactive diagnostic cycle that defers user interaction, runs fixes through guarded retries, and verifies code quality gates pass.

When should I use an orchestrated AI workflow for debugging infrastructure issues?

Use an orchestrated AI workflow for debugging infrastructure issues when you need to triage clustered failures, sequence fixes by priority tier, and ensure reproducible results across a large codebase.

Why does my automated debugging workflow need gates and checkpoints?

Automated debugging workflows need gates and checkpoints to enforce disciplined engineering practices, ensure reproducible results, and manage user interaction safely during multi-phase fix cycles.