🏗️
QualityGo

Arch Check

by AgentsMesh

Arch Check is a Quality skill for Claude Code, published by AgentsMesh in AgentsMesh.

2.3K stars238 forkson AgentsMesh/AgentsMeshAdded 2026/08/18+1% in starsRepository updated 2026/08/03
agent-orchestrationagentsmeshai-agentai-agent-workforce-platformai-codingaiderclaude-codecodex-cligemini-climulti-agentself-hosted
Install in seconds
Install Arch Check
Copy Arch Check into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/AgentsMesh/AgentsMesh/tree/main/agents/skills/arch-check ~/.claude/skills/arch-check

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/AgentsMesh/AgentsMesh.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
agents/skills/arch-check/SKILL.md in AgentsMesh/AgentsMesh
Installs to
~/.claude/skills/arch-check
Collection
One of 5 skills cataloged from this repository
Category
Quality1354 skills

What Arch Check does

Arch Check reviews architecture and implementation changes against concepts, responsibilities, dependencies, and design principles. Use it when assessing refactors, directory structure, circular dependencies, overdesign, or whether a change is architecturally sound.

Arch Check is cataloged under Quality on DirSkills. Arch Check comes from a repository tagged agent-orchestration, agentsmesh, ai-agent, ai-agent-workforce-platform and ai-coding.

Documentation

README

Arch Check —— 架构与实现审查

把架构审查做成与代码审查相同的操作流程,而不是一份让人逐条挑刺的清单。核心纪律:只报有把握、有实质影响的问题;架构审查最常见的失败是"建议加更多抽象"——这本身就是要被滤掉的 AI slop。

调用解析

从用户输入里解析两件事(缺省值见下):

  • 范围 (scope):目录 / 文件 / PR 号 / 「当前分支变更」。
  • 动作:缺省出报告;--plan 出可勾选的重构任务清单;--fix 直接应用低风险重构。

强度恒定:始终按最高强度审——全部 lens(A–E)、fan-out 并行子 agent、依赖图/环检测、对每条 finding 做对抗式复核。不存在"轻审"模式。

两种作用域模式

模式 何时用 审什么
diff(分支变更) 在 git 仓库里且用户没给路径 当前分支相对基线的全部变更的架构影响:新概念是否放对位置、职责归属、是否引入新耦合/环、是否把策略硬编码进机制、是否破坏既有不变量
audit(全量) 用户给了目录/文件/模块,或明确要"审整个 X" 该范围的完整架构体检(下方全部维度)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Arch Check

  • What else does AgentsMesh publish alongside Arch Check?

    Arch Check is one of 5 skills that DirSkills catalogs from AgentsMesh/AgentsMesh, the repository it ships in. Its siblings there include E2E Testing, GitLab Mirror Sync and Pull Request Merge. Each one is a separate skill with its own page in this directory, installs the same way Arch Check does, and is maintained by AgentsMesh in that same repository. The rest of the collection is listed on the AgentsMesh/AgentsMesh page.

  • How does Arch Check compare to other Quality skills?

    Arch Check ranks #539 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Arch Check against them. Open each page to compare what they document and how they install.