aiwg-doctor
FeaturedRun a comprehensive health check on the AIWG installation and workspace with pass/fail diagnostics and remediation steps
AI & Automation 201 stars
29 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
dev-doctor
Run a development-focused health check on the AIWG repository structure
201 Updated today
jmagly AI & Automation Featured
aiwg-help
Display all available AIWG CLI commands, their arguments, and usage examples
201 Updated today
jmagly AI & Automation Listed
doctor
Health-check the project's CodeRail setup and state; reports what is missing or inconsistent and how to fix it.
7 Updated 5 days ago
HaipingShi