ai-ide-audit

Solid

Audits an IDE end-to-end (instruction surface, hooks, skills, agents, installer wiring) using strict file-evidence — never assumptions. Trigger for 'audit IDE support', 'is Copilot wired up correctly', 'check Claude Code integration', 'are there orphaned hooks', 'verify IDE setup'. Accepts Claude Code, GitHub Copilot, Codex, Antigravity, or all. Not for code quality; use /ai-verify instead. Not for security scanning; use /ai-security instead.

AI & Automation 52 stars 3 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 89/100

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

Skill Content

# IDE Support Audit ## Quick start ``` /ai-ide-audit all # audit all platforms /ai-ide-audit github-copilot # Copilot only /ai-ide-audit claude-code # Claude Code only /ai-ide-audit antigravity # Antigravity app + agy CLI /ai-ide-audit all --fix # audit + auto-fix P0 issues ``` ## Workflow Strict evidence-based audit of IDE support in ai-engineering. No assumptions — every claim cites a file path. Output is always the structured audit document, no matter how many IDEs are requested. 1. **Write the report skeleton first** from `references/report-template.md` BEFORE collecting evidence. 2. **Dispatch a single `Explore` subagent** to read instruction surfaces, hook configs, mirror dirs, and `manifest.yml` counts. 3. **Classify each capability per platform** (SUPPORTED / PARTIAL / UNSUPPORTED) using the capability matrix. 4. **Run spec-107 advisory checks** (advisory-only per NG-11): - **Check 6** — agent naming consistency cross-IDE: every agent file's frontmatter `name:` must equal its slug. - **Check 8** — generic instruction-file count scan: walk every CLAUDE.md / AGENTS.md / copilot-instructions.md and validate `## Skills (N)` + `## Agents (N)` headers vs canonical counts. 5. **With `--fix`**, auto-remediate P0 issues only; re-run mirror sync; verify tests still pass. > Detail: see [evidence collection (instruction surfaces, hooks, mirrors, sync script)](references/evidence-collection.md), [capability matrix + advisory checks + aut...

Details

Author
arcasilesgroup
Repository
arcasilesgroup/ai-engineering
Created
4 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category