Skip to content

feat(agents): add companion plugin skill discovery to review agents #189

@omartinma

Description

@omartinma

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions