con un clic
review-all
Full project review — schemas, Dart code, Studio, templates, docs. Checks everything is in sync. Trigger on "/review-all".
Menú
Full project review — schemas, Dart code, Studio, templates, docs. Checks everything is in sync. Trigger on "/review-all".
Regenerate everything from schemas — templates, docs, Studio types. Run after changing any schema file. Trigger on "/generate-all".
Review JSON schemas in schema/ for correctness, consistency, completeness. Check that schemas match Dart models, parsers, and Studio. Trigger on "/review-schema".
Verify Studio site is fully in sync with schemas. Build, test, check for hardcoded values. Trigger on "/sync-studio".
Add a new config option end-to-end — schema, config model, parser, pipeline integration, templates. Studio picks it up automatically. Trigger on "/add-config-option <section.field_name>" (e.g. "targets.openapi", "rules.require_descriptions").
Add a new field to analytics events end-to-end — schema, model, parser, renderer, tests, templates. Trigger on "/add-event-field <field_name>" or when user asks to add a field to events.
Review Dart library code for quality, architecture, SOLID, test coverage, and consistency with schemas. Trigger on "/review-code" or "/review-code <path>".
| name | review-all |
| description | Full project review — schemas, Dart code, Studio, templates, docs. Checks everything is in sync. Trigger on "/review-all". |
Comprehensive sync check across the entire project.
templates/*.yaml demonstrate all schema featuresdoc/ documentation covers all featuresdart analyze and report issuesSummary 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.