check-architecture

Detect and fix architecture violations in .NET Domain, Application, and CQRS layers.

2|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/signalbeam-io/signalbeam-edge --skill check-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-architecture
Source: https://github.com/signalbeam-io/signalbeam-edge/tree/main/.claude/skills/check-architecture
Command: npx skills add https://github.com/signalbeam-io/signalbeam-edge --skill check-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure code quality and consistency by verifying hexagonal architecture layer rules, result pattern usage, and coding conventions across the repository.

Core Features & Use Cases

  • Automated architecture validation against Domain, Application, and CQRS layer conventions
  • Detect forbidden references, circular dependencies, and improper result handling
  • Provide actionable remediation guidance to restore architectural integrity

Quick Start

Run the architecture check against the solution to surface and fix violations.

Frequently Asked Questions about check-architecture

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

FAQPage Schema
How do I check for architecture violations in a .NET project?

To check for architecture violations in a .NET project, scan the codebase to identify forbidden references, circular dependencies, and improper result handling, then apply actionable remediation steps to fix the issues.

What is automated architecture validation for clean code?

Automated architecture validation verifies hexagonal architecture layer rules, result pattern usage, and coding conventions across a repository to ensure code quality and consistency.

Can I enforce CQRS layer conventions using static analysis?

Yes, you can enforce CQRS layer conventions using static analysis by scanning Domain and Application layers to detect improper result handling and surface actionable remediation guidance.

Does this architecture check work with hexagonal architecture projects?

Yes, this architecture check works with hexagonal architecture projects by validating layer rules, detecting forbidden references, and enforcing error code standards and endpoint consistency.

What's the best way to detect circular dependencies in .NET applications?

The best way to detect circular dependencies in .NET applications is to run automated architecture tests that scan for forbidden references and surface actionable remediation steps to restore architectural integrity.