Back to feed
Dev.to
Dev.to
7/15/2026
I just released SKTR, a deterministic architecture review CLI

I just released SKTR, a deterministic architecture review CLI

Short summary

SKTR is an open-source CLI that performs deterministic architecture and maintainability reviews on Git changes, detecting forbidden dependencies, dependency cycles, large functions, and missing test changes across Python, JavaScript, TypeScript, JSX/TSX, and Java. It uses rules and metrics for analysis with optional AI only for explaining findings and suggesting next steps, never altering scores or CI gates. The tool outputs terminal, Markdown, JSON, and Mermaid graph reports and can fail CI builds based on issue severity.

  • Open-source CLI for deterministic architecture review of Git diffs
  • Supports Python, JS, TS, JSX/TSX, Java; detects dependency cycles, large functions, missing tests
  • AI is optional and only explains findings; JSON output enables CI integration with severity gates

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Comments

Failed to load comments. Please try again.

Explore more