dev-debug

Categorize and resolve test failures, build errors, and runtime exceptions.

Updated May 5, 2026
One-click install
npx skills add https://github.com/seiei-sogen/tumigi --skill dev-debug-seiei-sogen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-debug
Source: https://github.com/seiei-sogen/tumigi/tree/main/skills/dev-debug
Command: npx skills add https://github.com/seiei-sogen/tumigi --skill dev-debug-seiei-sogen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually debugging various error types like test failures, build errors, runtime exceptions, and environment misconfigurations is time-consuming and requires deep context of the entire codebase. This skill eliminates that overhead by automatically categorizing errors and applying targeted fixes using only the minimal relevant context, drastically reducing debugging time.

Core Features & Use Cases

  • Multi-category error classification: Automatically identifies error types including compile/type errors, test failures, runtime exceptions, environment issues, lint violations, dependency conflicts, and webtest defects to apply the correct diagnostic strategy.
  • Minimal context processing: Only reads files directly related to the error to avoid unnecessary context bloat and speed up resolution.
  • Validated fix workflow: Applies fixes, runs targeted validation tests, performs full regression testing, and provides clear reporting with escalation paths for unresolved issues after three fix cycles. Use case: If your CI pipeline fails with a build error due to a missing dependency, this skill will analyze the error message, identify the missing package, update the dependency configuration, run the build to confirm the fix, and report the result.

Quick Start

Use the dev-debug skill to automatically diagnose and fix the test failure, build error, or runtime issue you are currently encountering in your project.

Frequently Asked Questions about dev-debug

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

FAQPage Schema
How do I automatically diagnose and fix build errors and test failures without scanning the entire codebase?

To fix build errors and test failures automatically, you can use a targeted error resolution approach that categorizes the error type and reads only the minimal relevant files. This avoids full project context scanning and speeds up debugging.

What is the best way to resolve dependency conflicts and runtime exceptions during a CI pipeline build?

The best way to resolve dependency conflicts and runtime exceptions is to automatically analyze the error message, identify the missing or conflicting package, update the configuration, and run a targeted validation test to confirm the fix.

How does minimal context processing work for diagnosing environment misconfigurations and lint issues?

Minimal context processing for lint issues and environment misconfigurations works by reading only the files directly related to the detected error, which prevents unnecessary context bloat and applies the correct diagnostic strategy quickly.

Can I manually input a webtest defect or runtime error for automatic categorization?

Yes, you can manually input a webtest defect or runtime error for automatic categorization. The system supports both automatic error detection and manual error input modes to classify and apply targeted fixes.

What happens if a build error or test failure cannot be resolved automatically after multiple fix attempts?

If a build error or test failure remains unresolved after three fix cycles, the workflow stops attempting fixes and provides clear reporting with an escalation path for manual intervention.

Does the automated error resolution workflow include regression testing after applying a fix?

Yes, the validated error resolution workflow includes regression testing. After applying a fix, it runs targeted validation tests followed by a full regression test to ensure the fix does not break existing functionality.