troubleshooting-guide

aj-geddes/useful-ai-prompts · updated Apr 8, 2026

$npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill troubleshooting-guide
0 commentsdiscussion
summary

Create structured troubleshooting documentation that helps users and support teams quickly diagnose and resolve common issues.

skill.md

Troubleshooting Guide

Table of Contents

Overview

Create structured troubleshooting documentation that helps users and support teams quickly diagnose and resolve common issues.

When to Use

  • FAQ documentation
  • Common error messages
  • Debug guides
  • Known issues lists
  • Error code reference
  • Performance troubleshooting
  • Configuration issues
  • Installation problems

Quick Start

  • Installation problems
# Troubleshooting Guide

## Quick Diagnosis

### Is the Service Working?

Check our [Status Page](https://status.example.com) first.

### Quick Health Checks

```bash
# 1. Check service is running
curl https://api.example.com/health

# 2. Check your API key
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.example.com/api/v1/status

# 3. Check network connectivity
ping api.example.com

# 4. Check DNS resolution
nslookup api.example.com
```

## Reference Guides

Detailed implementations in the `references/` directory:

| Guide | Contents |
|---|---|
| [Issue: "Authentication Failed"](references/issue-authentication-failed.md) | Issue: "Authentication Failed" |
| [Issue: "Rate Limit Exceeded"](references/issue-rate-limit-exceeded.md) | Issue: "Rate Limit Exceeded" |
| [Issue: "Connection Timeout"](references/issue-connection-timeout.md) | Issue: "Connection Timeout" |
| [Issue: "Invalid JSON Response"](references/issue-invalid-json-response.md) | Issue: "Invalid JSON Response" |
| [Issue: "Slow Performance"](references/issue-slow-performance.md) | Issue: "Slow Performance" |

## Best Practices

### ✅ DO

- Start with most common issues
- Include error messages verbatim
- Provide step-by-step diagnostics
- Show expected vs actual output
- Include code examples
- Document error codes
- Add screenshots/videos
- Link to related documentation
- Keep solutions up-to-date
- Include workarounds
- Test all solutions

### ❌ DON'T

- Use vague descriptions
- Skip diagnostic steps
- Forget to show examples
- Assume technical knowledge
- Skip verification steps
- Forget edge cases

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.647 reviews
  • Pratham Ware· Dec 28, 2024

    Useful defaults in troubleshooting-guide — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Min Johnson· Dec 24, 2024

    troubleshooting-guide reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Benjamin Brown· Dec 20, 2024

    I recommend troubleshooting-guide for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Jin White· Dec 16, 2024

    troubleshooting-guide is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Benjamin Smith· Dec 12, 2024

    Keeps context tight: troubleshooting-guide is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Yash Thakker· Nov 19, 2024

    troubleshooting-guide is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Benjamin Okafor· Nov 11, 2024

    Keeps context tight: troubleshooting-guide is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Valentina Kim· Nov 7, 2024

    Useful defaults in troubleshooting-guide — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Henry Verma· Nov 3, 2024

    I recommend troubleshooting-guide for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Ava Gupta· Oct 26, 2024

    I recommend troubleshooting-guide for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

showing 1-10 of 47

1 / 5