Skip to content

Add pf-assist agent to code-review plugin #135

Description

@patternfly-jira-sync

Single entry point that makes every PatternFly consumer skill contextually available to any @patternfly/* project. Gate checks for @patternfly/* in package.json and exits immediately on non-PF projects.

Contextually routes to the right PF skills based on what the developer is doing:

  • Validation (code changes): /pf-component-structure, /pf-import-checker, /pf-raw-colors-scan, /pf-token-auditor, /pf-compliance-checker, /pf-class-migration-scanner

  • Testing (after implementation): /pf-unit-test-generator

  • Scaffolding (new projects): /pf-project-scaffolder

  • Design (Figma/design work): /pf-figma-icon-finder, /pf-design-mode, /pf-design-comments, /pf-ai-experience-patterns

Implemented as an agent (not a skill) in the code-review plugin. An agent is always-on context — it automatically surfaces relevant skills based on what the developer is doing, without requiring explicit invocation. This is the right choice for routing knowledge because the developer shouldn't need to know pf-assist exists to benefit from it.

Replaces the rejected plugin-workflows/ file-copying approach from AAP-78273.


Jira Issue: PF-4363

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

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