# Architect Impl Judge Governance

> Internal governance (not user-invocable): the Architect bar for react-component, impl-judge face. Grading the CODE's structural fit, by discipline. Loaded at the impl gate.

- Skill: `cyberuni/architect-impl-judge-governance` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberuni/architect-impl-judge-governance`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberuni/architect-impl-judge-governance/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: cyberuni (https://skillmd.com/u/cyberuni)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cyberuni/architect-impl-judge-governance

---


# architect · impl · judge — grade the code's structural fit

The **Architect** bar at the **impl gate**, **backward**: grade the code's structure. Same sections,
as checks.

## module-structure

- Code duplication present? File layout / export convention followed? Circular imports?

## dependency-hygiene

- Undeclared imports or deep-imports into another component's internals?

## bundle

- Top-level side effects that defeat tree-shaking? `sideEffects` correct?

