
from Agentic Dev Team256
Analyzes frontend components to detect duplication, prop-drilling, and architectural inconsistencies.
This skill acts as an orchestrator that dispatches a specialized component-architecture-review agent to analyze frontend files. It focuses on identifying reusable components that should be extracted, detecting duplicated UI patterns, and spotting prop-drilling or inconsistent component APIs.
Trigger this skill when you need a standalone architecture pass, before extracting a component library, or when you suspect the UI is becoming fragmented and needs a composition review.
Compatible with agents capable of spawning sub-agents and performing wide-scope file analysis (e.g., Codex, custom agentic dev teams).
This skill has not been reviewed by our automated audit pipeline yet.
Semantic Duplication Scan
Detect semantic duplication of business logic across architectural layers by annotating computation functions and clustering equivalent domain concepts.
Gherkin Feature File Validation
Validates Gherkin feature files for structural quality and determinism, and verifies matching test automation coverage.