readability-review

Evaluate code readability using neuroscience-based heuristics for cognitive bottlenecks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ty91/claude-code-configs --skill readability-review-ty91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: readability-review
Source: https://github.com/ty91/claude-code-configs/tree/main/skills/readability-review
Command: npx skills add https://github.com/ty91/claude-code-configs --skill readability-review-ty91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a neuroscience-informed approach to reviewing code readability, helping teams identify cognitive burdens that slow comprehension without changing the codebase.

Core Features & Use Cases

  • Readability evaluation: applies cognitive psychology principles to code segments to surface complexity and mental effort.
  • Flexible scope: analyzes local changes, the range of commits like main.., or specific file paths and glob patterns.
  • Actionable guidance: outputs prioritized findings and practical recommendations suitable for code review checklists.
  • Use Case: a developer wants a quick readability check on a touched set of files before a merge to reduce review time.

Quick Start

Use the readability-review tool to inspect changes in your workspace, for example: readability-review local changes readability-review src/app/**/*.ts

Frequently Asked Questions about readability-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate code readability to reduce cognitive load during reviews?

Code readability evaluation applies neuroscience-based principles to identify cognitive bottlenecks in source code. It analyzes local changes or specific paths, generating actionable findings to reduce mental effort during code reviews.

Can I run readability analysis on specific file paths and glob patterns?

Yes, you can run readability analysis on specific file paths and glob patterns. The tool supports flexible scoping, allowing you to target local changes, specific files, or commit ranges to guide focused readability improvements.

What is the best way to check code readability before a merge?

The best way to check code readability before a merge is applying cognitive psychology principles to touched files. This surfaces complexity and mental effort, outputting prioritized findings and practical recommendations suitable for review checklists.

Does this code readability review modify my source files?

No, this code readability review does not modify your source files. It requires no file modifications, using lightweight heuristics to evaluate code segments and generate actionable findings that can be fed into code reviews.

How does neuroscience apply to static analysis for software quality?

Neuroscience applies to static analysis for software quality by using cognitive psychology principles to evaluate code segments. This approach surfaces complexity and identifies cognitive burdens that slow comprehension without changing the codebase.