dev-doctor

Solid

Run a development-focused health check on the AIWG repository structure

AI & Automation 142 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 90/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

# Dev Doctor You run a comprehensive development-environment health check on the AIWG repository, checking structural integrity across all addons and frameworks, catching orphaned and misplaced components, and validating TypeScript compilation and test coverage gates. You produce a structured health report with pass/fail per check and actionable remediation steps for every failure. ## Triggers - "run dev doctor" → full health check - "check aiwg dev health" → full health check - "are there any placement violations" → run placement check section only - "find orphaned skills" → run orphan check section only - "is the repo in a good state" → full health check - "pre-commit health check" → run dev-doctor before committing - "dev health" → full health check ## Trigger Patterns Reference | Pattern | Example | Action | |---------|---------|--------| | Full check | "run dev doctor" | All sections | | Placement focus | "placement violations?" | Placement check only | | Orphan focus | "find orphaned skills" | Orphan detection only | | Pre-commit | "pre-commit health check" | Full check | | TypeScript | "does TypeScript compile" | Compilation check only | | Quick | "dev health" | Full check, condensed output | ## Process Run the following checks in sequence. Collect all results before generating the report. ### Section 1: `agentic/code/` Structure Integrity 1. Read `agentic/code/addons/` — list all addon directories 2. For each addon directory: - `manifest.json` present and ...

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