# Canvas Chat Integration Check

> Ensure Canvas-Chat changes update all coupled components together. Use after implementing new features, auth flows, UI controls, storage changes, or plugin wiring to verify related modules and tests are updated in sync.

- Skill: `ericmjl/canvas-chat-integration-check` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ericmjl/canvas-chat-integration-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ericmjl/canvas-chat-integration-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: ericmjl (https://skillmd.com/u/ericmjl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ericmjl/canvas-chat-integration-check

---


# Canvas-Chat integration check

## Workflow

1. Identify the primary change (feature, API, UI, storage, plugin).
2. Load `references/api_reference.md` and scan the relevant dependency bullets.
3. Open the listed files and confirm they are updated or intentionally unchanged.
4. Run the smallest relevant checks (syntax, targeted tests), then full suites if needed.
5. Append new dependency bullets to the reference map whenever you discover a missing or forgotten coupled update.

## Common triggers

- New auth flows or provider integrations.
- Changes to the settings modal or API key storage.
- New modal APIs, plugin lifecycle hooks, or feature registration changes.
- Updates to the model registry or model selector behavior.

## Resources

- `references/api_reference.md` for the current cross-component dependency map.

