review-connector-quality

Assess connector quality against UCS architecture rules and generate structured reports.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/maverox/claude-plugins --skill review-connector-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-connector-quality
Source: https://github.com/maverox/claude-plugins/tree/main/plugins/connector-integration-suite/skills/review-connector-quality
Command: npx skills add https://github.com/maverox/claude-plugins --skill review-connector-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Review connector implementations for UCS architecture compliance, pattern adherence, and code quality. It scores implementations on a 100-point scale and produces actionable feedback loops to fix issues, automatically blocking approvals on critical violations.

Core Features & Use Cases

  • Auto-activates for common review prompts and pre-merge checks.
  • Reads quality standards, checklists, and integration guides to verify architecture, patterns, and security.
  • Generates a structured quality report with a final score, critical issues, warnings, and suggested improvements.

Quick Start

Run the skill on a connector by providing its code path and optional spec path, and let it generate a comprehensive quality report.

Frequently Asked Questions about review-connector-quality

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate connector code review for UCS architecture compliance?

Automate connector code review by supplying the code path and optional spec path to trigger pattern validation checks. The system returns a 100-point quality score, categorized issues, and a structured report with actionable fixes.

Can I block pre-merge approvals automatically when critical connector violations are found?

Yes, pre-merge approvals are automatically blocked when critical violations are detected during the connector quality review. The generated report categorizes issues into critical, warnings, and suggestions to guide necessary fixes.

What is a connector quality score and how does pattern validation work?

A connector quality score is a 100-point assessment evaluating code against UCS architecture rules and integration patterns. Pattern validation reads quality standards and checklists to verify architecture, security, and code adherence.

How do I generate a quality report with actionable fixes for my connector implementation?

Generate a connector quality report by providing the implementation code path and spec path. The automated checks produce a structured report containing the final score, critical issues, warnings, and suggested improvements.

Do I need a spec path to run connector quality checks?

A spec path is optional for running connector quality checks, but supplying one enhances pattern validation. Providing only the code path still triggers automated checks and generates a structured quality report.

What are the limitations of automated connector scoring for pre-merge checks?

Automated connector scoring focuses strictly on UCS architecture compliance and pattern validation, identifying critical, warning, and suggestion-level issues. It does not block approvals for non-critical warnings or general suggestions outside its checklist scope.