maintainx-debug-bundle

Featured

Comprehensive debugging toolkit for MaintainX integrations. Use when experiencing complex issues, need detailed logging, or troubleshooting integration problems with MaintainX. Trigger with phrases like "debug maintainx", "maintainx troubleshoot", "maintainx detailed logs", "diagnose maintainx", "maintainx issue".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# MaintainX Debug Bundle ## Current State !`node --version 2>/dev/null || echo 'N/A'` !`python3 --version 2>/dev/null || echo 'N/A'` !`echo "API key set: $([ -n "$MAINTAINX_API_KEY" ] && echo 'yes' || echo 'no')"` ## Overview Complete debugging toolkit for diagnosing and resolving MaintainX integration issues with diagnostic scripts, request logging, and health checks. ## Prerequisites - MaintainX API access configured - Node.js 18+ or curl - `MAINTAINX_API_KEY` environment variable set ## Instructions ### Step 1: Environment Diagnostic Script ```bash #!/bin/bash echo "=== MaintainX Debug Report ===" echo "Timestamp: $(date -u +%Y-%m-%dT%H:%M:%SZ)" echo "Node.js: $(node --version 2>/dev/null || echo 'not installed')" echo "npm: $(npm --version 2>/dev/null || echo 'not installed')" echo "API key set: $([ -n "$MAINTAINX_API_KEY" ] && echo 'yes (length: '${#MAINTAINX_API_KEY}')' || echo 'NO')" echo "" echo "=== API Connectivity ===" HTTP_CODE=$(curl -s -o /tmp/mx-debug.json -w "%{http_code}" \ "https://api.getmaintainx.com/v1/users?limit=1" \ -H "Authorization: Bearer $MAINTAINX_API_KEY") echo "Auth status: $HTTP_CODE" if [ "$HTTP_CODE" = "200" ]; then echo "Response: $(cat /tmp/mx-debug.json | jq -c '{users: (.users | length)}')" else echo "Error: $(cat /tmp/mx-debug.json | jq -r '.message // .error // "unknown"')" fi echo "" echo "=== DNS Resolution ===" nslookup api.getmaintainx.com 2>/dev/null | grep -A1 "Name:" echo "" echo "=== Response Timing ===" curl -...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

maintainx-common-errors

Debug and resolve common MaintainX API errors. Use when encountering API errors, authentication issues, or unexpected responses from the MaintainX API. Trigger with phrases like "maintainx error", "maintainx 401", "maintainx api problem", "maintainx not working", "debug maintainx".

2,266 Updated today
jeremylongshore
AI & Automation Featured

miro-debug-bundle

Collect Miro REST API v2 diagnostic evidence for support tickets. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Miro integration problems. Trigger with phrases like "miro debug", "miro support bundle", "collect miro logs", "miro diagnostic", "miro support ticket".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-debug-bundle

Comprehensive debugging toolkit for Documenso integrations. Use when troubleshooting complex issues, gathering diagnostic information, or creating support tickets for Documenso problems. Trigger with phrases like "debug documenso", "documenso diagnostics", "troubleshoot documenso", "documenso support ticket".

2,266 Updated today
jeremylongshore
AI & Automation Featured

customerio-debug-bundle

Collect Customer.io debug evidence for support tickets. Use when creating support requests, investigating delivery failures, or documenting integration issues. Trigger: "customer.io debug", "customer.io support ticket", "collect customer.io logs", "customer.io diagnostics".

2,266 Updated today
jeremylongshore
AI & Automation Featured

groq-debug-bundle

Collect Groq debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Groq problems. Trigger with phrases like "groq debug", "groq support bundle", "collect groq logs", "groq diagnostic".

2,266 Updated today
jeremylongshore