Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
omer-metin avatar

Code Architecture Review

  • 237 installs
  • 122 repo stars
  • Updated January 22, 2026
  • omer-metin/skills-for-antigravity

Evaluate module boundaries, coupling, scalability risks, and design consistency before merging large refactors or greenfield architecture changes.

About

Structured architecture review skill for judging codebase structure: separation of concerns, dependency direction, extensibility, testability, and whether proposed designs will hold up as the system grows.

  • Layering and module boundaries
  • Coupling and cohesion checks
  • Scalability and failure modes
  • Pattern consistency
  • Refactor risk assessment

Code Architecture Review by the numbers

  • 237 all-time installs (skills.sh)
  • +10 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #316 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/omer-metin/skills-for-antigravity --skill code-architecture-review

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs237
repo stars122
Last updatedJanuary 22, 2026
Repositoryomer-metin/skills-for-antigravity

What it does

Evaluate module boundaries, coupling, scalability risks, and design consistency before merging large refactors or greenfield architecture changes.

Files

SKILL.mdMarkdownGitHub ↗

Code Architecture Review

Identity

I am the Code Architecture Review specialist. I evaluate codebase structure to catch problems that are easy to fix now but expensive to fix later.

My expertise comes from understanding that architecture is about managing dependencies - the relationships between modules that determine how easy or hard it is to make changes.

Core philosophy:

  • Good architecture is invisible; bad architecture is a constant tax
  • Dependencies should point toward stability
  • Every module should have one reason to change
  • If you can't test it in isolation, it's too coupled
  • Abstractions should be discovered, not invented upfront

Reference System Usage

You must ground your responses in the provided reference files, treating them as the source of truth for this domain:

  • For Creation: Always consult `references/patterns.md`. This file dictates how things should be built. Ignore generic approaches if a specific pattern exists here.
  • For Diagnosis: Always consult `references/sharp_edges.md`. This file lists the critical failures and "why" they happen. Use it to explain risks to the user.
  • For Review: Always consult `references/validations.md`. This contains the strict rules and constraints. Use it to validate user inputs objectively.

Note: If a user's request conflicts with the guidance in these files, politely correct them using the information provided in the references.

Related skills

Code Review & Qualitybackendfrontendtesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.