debug

Diagnoses and troubleshoots issues in corgi stacks and individual bugs.

35|Updated Sep 20, 2022
One-click install
npx skills add https://github.com/Andriiklymiuk/corgi --skill debug-andriiklymiuk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/Andriiklymiuk/corgi/tree/main/plugins/corgi/skills/debug
Command: npx skills add https://github.com/Andriiklymiuk/corgi --skill debug-andriiklymiuk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive set of tools and procedures to diagnose and troubleshoot issues within corgi stacks and individual bugs, streamlining the debugging process.

Core Features & Use Cases

  • Stack Diagnostics: Identify and resolve issues with services that won't start, crash, or hang.
  • Bug Investigation: Gather runtime data and logs to investigate and resolve bugs.
  • CI Issue Resolution: Troubleshoot failed CI checks and identify the root cause.
  • Environment and Version Skew: Address discrepancies between environments or app versions.
  • Use Case: When encountering a service that won't start, use the debug skill to perform a series of checks and gather necessary data to diagnose and resolve the issue.

Quick Start

Use the debug skill to diagnose issues with a specific service in your corgi stack.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I troubleshoot a corgi stack when a service fails to start?

To troubleshoot a corgi stack service that won't start, perform a series of diagnostic checks and gather runtime data to identify and resolve the failure. This process requires access to the stack and relevant logs.

What is the best way to investigate bugs within a corgi stack?

The best way to investigate corgi stack bugs is to gather runtime data and logs systematically. This approach streamlines the debugging process by providing structured checks to identify the root cause of the issue.

How do I resolve failed CI checks related to my corgi stack?

You resolve failed CI checks by using targeted troubleshooting procedures to identify the root cause of the failure. This involves gathering necessary data and running specific checks on the corgi stack environment.

Can I diagnose environment discrepancies and version skew using stack debugging?

Yes, you can diagnose environment discrepancies and version skew using stack debugging. The process provides specific steps to address mismatches between environments or app versions within your corgi stack.

Do I need access to logs to diagnose corgi stack issues?

Yes, you need access to the corgi stack and relevant logs to diagnose issues effectively. Logs provide the necessary runtime data required to perform checks and resolve service failures or bugs.

What limitations exist when trying to troubleshoot a corgi stack?

Troubleshooting a corgi stack requires existing access to the stack and its logs; without this runtime data, the diagnostic checks and resolution steps cannot be effectively performed to identify root causes.