architecture-quality-assess

Analyze Python and JavaScript codebases for architecture quality issues.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/artsmc/codex-agentic --skill architecture-quality-assess
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-quality-assess
Source: https://github.com/artsmc/codex-agentic/tree/main/skills/architecture-quality-assess
Command: npx skills add https://github.com/artsmc/codex-agentic --skill architecture-quality-assess

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Architecture teams often need a scalable way to assess code quality across languages and produce actionable guidance.

Core Features & Use Cases

  • Automated architecture analysis across Python and JavaScript projects.
  • Generates Markdown, JSON reports and task lists; integrates with memory bank and CI/CD.
  • Detects coupling, SOLID, layer violations, and drift from documentation; outputs remediation tasks.

Quick Start

Run the Architecture Quality Assessment tool to analyze a repository and produce a comprehensive report.

Frequently Asked Questions about architecture-quality-assess

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

FAQPage Schema
How do I automate architecture quality analysis for Python and JavaScript projects?

Architecture quality analysis is automated by scanning Python and JavaScript codebases to compute coupling and SOLID metrics, detect layer violations, and output markdown reports with prioritized refactoring tasks.

What's the best way to detect architectural drift from documentation in a repository?

Architectural drift is detected by integrating with Memory Bank and Document Hub to compare enforced architectural patterns against repository code, surfacing deviations and generating actionable traceability insights.

Can I generate a prioritized refactoring task list from code coupling and SOLID metrics?

Refactoring task lists are generated by analyzing codebases to compute SOLID metrics and identify coupling issues, then outputting a prioritized remediation list in markdown and JSON formats.

Does this architecture assessment tool work with CI/CD pipelines and dependency graphs?

Architecture assessments integrate with CI/CD pipelines and PM-DB by computing dependency graph metrics, detecting layer violations, and automatically generating remediation tasks for continuous code quality monitoring.

What architectural patterns and code quality issues does this analysis report on?

Architecture analysis reports on code quality issues by enforcing architectural patterns, computing coupling and SOLID metrics, and detecting layer violations to produce both markdown and JSON reports with actionable insights.

Are there limitations to automated architecture assessment for multi-language repositories?

Automated architecture assessment currently supports Python and JavaScript projects only, analyzing dependency graphs and SOLID metrics to output reports and refactoring tasks without covering other language ecosystems.