Thermo-Nuclear Code Quality Review (Maintainability)
SkillFiles & storageUse for maintainability and code quality reviews. Covers file size limitations, abstraction quality, code structure simplification, naming conventions, test coverage, and documentation quality.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Thermo-Nuclear Code Quality Review (Maintainability) skill
What this skill tells your AI
The instructions your AI receives, as published by teknokomo/universo-platformo-react in .agents/skills/thermo-nuclear-code-quality-review/SKILL.md and read by ahel’s review.
Use this skill to review code maintainability, clean abstractions, size constraints, testing coverage, and architectural health.
Version Guard
- Rubric matches Thermos Maintainability Guidelines.
- Hard file limit: Files must not exceed 1,000 lines.
Rubric Categories
- File Size: Any file exceeding 1,000 lines must have a decomposition plan to be refactored into smaller focused modules.
- Abstraction Quality: Prevent god objects, tight coupling, circular dependencies, and duplicate abstractions.
- Code Judo: Simplify complex conditional flows, reduce nesting, and restructure code for elegance.
- Naming: Enforce clear, self-documenting naming conventions. Reject misleading names or inconsistent abbreviations.
- Test Coverage: Ensure critical paths, utilities, routes, and edge cases are backed by Vitest or Playwright test suites.
- Documentation: Require inline comments (JSDoc format for functions/classes) and update package README files when features are added or changed.
Scoring
- REFACTOR_REQUIRED: Code structure must be cleaned up before merging.
- IMPROVEMENT_SUGGESTED: Recommended styling or readability improvements.
- PASSED: Code is clean and fits style conventions.
Blocking Rules
- Do not let a new source file exceed 1,000 lines without a decomposition plan.
- Do not let undocumented public API exports pass.
- Do not let complex features be introduced without accompanying unit or integration tests.
Signals
- GitHub stars
- 22
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
thermo-nuclear-code-quality-review-teknokomo- Source
- github.com/teknokomo/universo-platformo-react