common-architecture-audit

Detect structural duplication, logic leakage, and monolithic components via grep-based searches.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/VSF-QC-TTS/vf-qc-copilot --skill common-architecture-audit-vsf-qc-tts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: common-architecture-audit
Source: https://github.com/VSF-QC-TTS/vf-qc-copilot/tree/main/.agents/skills/common/common-architecture-audit
Command: npx skills add https://github.com/VSF-QC-TTS/vf-qc-copilot --skill common-architecture-audit-vsf-qc-tts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of auditing structural debt, logic leakage, and monolithic components across Web, Mobile, and Backend codebases, helping you maintain a clean, efficient code architecture.

Core Features & Use Cases

  • Structural Duplication Detection: Identifies redundant directory patterns and split sources of truth.
  • Logic Leakage Detection: Discovers business logic trapped in incorrect layers.
  • Monolith Identification: Flags files violating the Single Responsibility Principle.
  • Resource Performance Audit: Checks for large metadata or constants impacting performance.
  • Use Case: Run this Skill during an architecture review or before a major code release to ensure your codebase is maintainable and scalable.

Quick Start

Run the common-architecture-audit skill on the 'src/' directory of your project to analyze and report architecture issues.

Frequently Asked Questions about common-architecture-audit

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

FAQPage Schema
How do I automate architecture audits to detect logic leakage and monolithic components?

You can automate architecture audits by scanning source files using predefined triggers and grep searches to identify logic leakage, monolithic components, and structural duplication across Web, Mobile, and Backend codebases.

What is the best way to detect structural duplication in a source codebase?

Detecting structural duplication involves scanning directories for redundant patterns and split sources of truth. This automated audit flags structural debt to help maintain a clean, efficient code architecture.

Can I use this architecture audit on both web and mobile project directories?

Yes, you can run this architecture audit on Web, Mobile, and Backend codebases. It requires access to your source files and the ability to execute grep-based searches to detect structural issues.

Why does business logic leak into incorrect architectural layers?

Logic leakage occurs when business logic gets trapped in incorrect layers of your codebase. An architecture audit detects this by scanning source files with predefined keyword triggers to resolve structural issues.

How do I identify files violating the Single Responsibility Principle in my codebase?

Identifying files that violate the Single Responsibility Principle is done by flagging monolithic components during an architecture audit, which scans your codebase to ensure it remains maintainable and scalable.