troubleshooting-guide by aj-geddes/useful-ai-prompts
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill troubleshooting-guide创建结构化的故障排除文档,帮助用户和支持团队快速诊断并解决常见问题。
安装问题
首先检查我们的状态页面。
# 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
references/ 目录下的详细实现:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 指南 | 内容 |
|---|---|
| 问题:"认证失败" | Issue: "Authentication Failed" |
| 问题:"超出速率限制" | Issue: "Rate Limit Exceeded" |
| 问题:"连接超时" | Issue: "Connection Timeout" |
| 问题:"无效的 JSON 响应" | Issue: "Invalid JSON Response" |
| 问题:"性能缓慢" | Issue: "Slow Performance" |
每周安装数
114
仓库
GitHub 星标数
126
首次出现
2026年1月21日
安全审计
安装于
opencode93
gemini-cli92
codex89
cursor86
claude-code85
github-copilot77
Create structured troubleshooting documentation that helps users and support teams quickly diagnose and resolve common issues.
Installation problems
Check our Status Page first.
# 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
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Issue: "Authentication Failed" | Issue: "Authentication Failed" |
| Issue: "Rate Limit Exceeded" | Issue: "Rate Limit Exceeded" |
| Issue: "Connection Timeout" | Issue: "Connection Timeout" |
| Issue: "Invalid JSON Response" | Issue: "Invalid JSON Response" |
| Issue: "Slow Performance" | Issue: "Slow Performance" |
Weekly Installs
114
Repository
GitHub Stars
126
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode93
gemini-cli92
codex89
cursor86
claude-code85
github-copilot77
Claude技能创建器指南:构建模块化AI技能包,优化工作流与工具集成
5,700 周安装