Skip to content

feat(agents): discover companion-plugin skills in review agents#215

Draft
ryzizub wants to merge 1 commit into
mainfrom
feat/review-agents-skill-discovery
Draft

feat(agents): discover companion-plugin skills in review agents#215
ryzizub wants to merge 1 commit into
mainfrom
feat/review-agents-skill-discovery

Conversation

@ryzizub

@ryzizub ryzizub commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Description

Teaches the review agents to pick up technology-specific conventions from installed companion plugins, so a review enforces companion-plugin patterns (state management, testing, layered architecture, navigation, …) on top of VGV's defaults — not just VGV standards.

Each agent discovers independently: glob for SKILL.md files (**/skills/**/SKILL.md, ~/.claude/plugins/**/SKILL.md, .claude/skills/**/SKILL.md), filter by frontmatter domain, read the relevant ones, and enforce their documented patterns. Falls back to VGV defaults when no companion skills are found — best-effort, never blocks the review.

Agents modified:

  • vgv-review-agent, architecture-review-agent, test-quality-review-agent — extend the existing "detect tech stack" step with discovery.
  • code-simplicity-review-agent — add a Phase 0 discovery step (so a documented idiom isn't flagged as a simplification target) and add <examples> to its description.
  • codebase-review-agent — add a tech-stack detection + Phase 0 discovery preamble.

markdownlint, cspell, and claude plugin validate all clean.

Closes #189

Type of Change

  • New feature (feat)
  • Bug fix (fix)
  • Code refactor (refactor)
  • Documentation (docs)
  • CI change (ci)
  • Chore (chore)

🤖 Generated with Claude Code

Add a companion-plugin skill-discovery step to the review agents so they apply
technology-specific conventions (state management, testing, layered architecture,
navigation, etc.) from installed companion plugins on top of VGV standards. Each
agent globs for SKILL.md files, filters by frontmatter domain, and reads the
relevant ones; it falls back to VGV defaults when none are found.

- vgv-review, architecture-review, test-quality-review: extend the tech-stack step
- code-simplicity-review: add a Phase 0 discovery step and <examples> to the description
- codebase-review: add a tech-stack detection + Phase 0 discovery preamble

Closes #189

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant