Add a discovery step to 5 review agents so they find and read technology-specific skills from installed companion plugins before reviewing code. Review agents currently enforce VGV standards but lack conventions from companion plugins (Bloc patterns, Flutter testing rules, layered architecture, etc.).
Each agent discovers independently by globbing for SKILL.md files, reading frontmatter to filter domain-knowledge skills, and reading the full content of relevant ones.
Agents to modify:
vgv-review-agent — extend existing "detect tech stack" step with skill discovery
architecture-review-agent — extend existing "detect tech stack" step with skill discovery
test-quality-review-agent — extend existing "detect tech stack" step with skill discovery
code-simplicity-review-agent — add new Phase 0 discovery step + add <examples> to description
codebase-review-agent — add new Phase 0 discovery step + add tech stack detection preamble
Falls back gracefully when no companion plugins are found.
Add a discovery step to 5 review agents so they find and read technology-specific skills from installed companion plugins before reviewing code. Review agents currently enforce VGV standards but lack conventions from companion plugins (Bloc patterns, Flutter testing rules, layered architecture, etc.).
Each agent discovers independently by globbing for SKILL.md files, reading frontmatter to filter domain-knowledge skills, and reading the full content of relevant ones.
Agents to modify:
vgv-review-agent— extend existing "detect tech stack" step with skill discoveryarchitecture-review-agent— extend existing "detect tech stack" step with skill discoverytest-quality-review-agent— extend existing "detect tech stack" step with skill discoverycode-simplicity-review-agent— add new Phase 0 discovery step + add<examples>to descriptioncodebase-review-agent— add new Phase 0 discovery step + add tech stack detection preambleFalls back gracefully when no companion plugins are found.