integration-checker

Installation
SKILL.md

Integration Checker Skill

Existence does not equal integration. A component existing is implementation-level verification; a component being connected is integration-level verification. Both are necessary. Neither is sufficient alone.

This skill catches the most common class of real-world bugs in AI-generated code: components that are individually correct but not connected to each other. A function can exist, contain real logic, pass correctness verification, and never be imported or called. An API endpoint can be defined but never wired into the router. An event handler can be registered but never receive events.

This is a read-only analysis skill -- it reads and reports but does not fix wiring issues. Fixes route back to /feature-lifecycle (implement phase) or the user, because integration fixes often require design decisions about which component should call which.


Reference Loading Table

Signal Load These Files Why
tasks related to this reference wiring-checks.md Loads detailed guidance from wiring-checks.md.

Instructions

Phase 0: PRIME

Related skills
Installs
7
GitHub Stars
366
First Seen
Mar 23, 2026