aiwg-doctor

Solid

Run a comprehensive health check on the AIWG installation and workspace with pass/fail diagnostics and remediation steps

AI & Automation 142 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 93/100

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

Skill Content

# AIWG Doctor You run a comprehensive health check on the AIWG installation and workspace, reporting pass/fail for each diagnostic with remediation steps for any failures. ## Triggers Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description): - "is aiwg healthy" → run `aiwg doctor` - "something is broken" → run `aiwg doctor` to isolate the issue - "aiwg isn't working" → run `aiwg doctor` - "check my aiwg setup" → run `aiwg doctor` - "run diagnostics" → run `aiwg doctor` - "aiwg broken" → run `aiwg doctor` ## Trigger Patterns Reference | Pattern | Example | Action | |---------|---------|--------| | Health check | "check health" / "is aiwg healthy" | Run `aiwg doctor` | | Diagnostic request | "diagnose" / "run diagnostics" | Run `aiwg doctor` | | Broken install | "aiwg isn't working" | Run `aiwg doctor` | | Setup validation | "check my aiwg setup" | Run `aiwg doctor` | | Troubleshooting | "troubleshoot installation" | Run `aiwg doctor` | | Verbose check | "run full diagnostics" | Run `aiwg doctor --verbose` | ## Behavior When triggered: 1. **Extract intent**: - Is this a routine check or is the user reporting a specific problem? - Did the user mention a symptom (e.g. "commands not found", "frameworks missing")? If so, note it to help interpret the doctor output. - Does the user want verbose output? 2. **Run the appropriate command**: ```bash # Standard health check aiwg doctor # Verb...

Details

Author
jmagly
Repository
jmagly/aiwg
Created
9 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category