# Logics Code Structure Reviewer

> Detect the repository's likely stack/framework (heuristics) and generate an adapted code-structure review (large files, folder hygiene, suggested module/component boundaries) as a Markdown report. Use when Codex needs to check whether code is overly concentrated in single files and propose clearer structure, even when the stack is not yet known. Use when this capability is needed.

- Skill: `tomevault-io/logics-code-structure-reviewer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/logics-code-structure-reviewer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/logics-code-structure-reviewer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/logics-code-structure-reviewer

---


# Code structure review (stack-aware)

## Run

Print a Markdown report to stdout:

```bash
python logics/skills/logics-code-structure-reviewer/scripts/code_structure_review.py
```

Write the report to a file:

```bash
python logics/skills/logics-code-structure-reviewer/scripts/code_structure_review.py --out logics/CODE_REVIEW.md
```

## Useful flags

- `--max-lines 400`: Threshold for "large file" detection.
- `--top 20`: Number of largest files to list.
- `--include-logics`: Include `logics/**` in the scan (off by default).

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/alexago83) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

