| name | review-all |
| description | Full project review — schemas, Dart code, Studio, templates, docs. Checks everything is in sync. Trigger on "/review-all". |
Review All
Comprehensive sync check across the entire project.
Steps
- Schema ↔ Dart models — every schema field has a model field and vice versa
- Schema ↔ Dart parsers — parsers handle all schema fields
- Schema ↔ Dart generators — renderers output all model fields
- Schema ↔ Studio — Studio reads from schemas dynamically (check loader.ts extractions work)
- Schema ↔ Templates —
templates/*.yaml demonstrate all schema features
- Schema ↔ Docs —
doc/ documentation covers all features
- Schema ↔ Tests — test coverage for all schema fields
- Dart analyze — run
dart analyze and report issues
Output
Summary table:
| Area | Status | Issues |
|-------------------|--------|--------|
| Schema ↔ Models | ✅/⚠️ | ... |
| Schema ↔ Parsers | ✅/⚠️ | ... |
| Schema ↔ Renderers| ✅/⚠️ | ... |
| Schema ↔ Studio | ✅/⚠️ | ... |
| Schema ↔ Templates| ✅/⚠️ | ... |
| Schema ↔ Tests | ✅/⚠️ | ... |
| dart analyze | ✅/⚠️ | ... |
Then detailed list of each issue with fix suggestions.