critique

Assess code design quality across five dimensions with evidence and follow-ups.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/nokusukun/sublime --skill critique-nokusukun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: critique
Source: https://github.com/nokusukun/sublime/tree/main/critique
Command: npx skills add https://github.com/nokusukun/sublime --skill critique-nokusukun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Read code and produce a design-quality verdict — whether the concept, names, structure, abstraction level, and interface are right for the problem. Does not produce a diff. Pairs with audit (technical quality) — audit finds what is broken, critique asks whether it is shaped right.

Core Features & Use Cases

  • A design-review partner to evaluate concept, naming, structure, and abstractions.
  • Provides actionable evidence and recommended improvements without changing the code.
  • Useful before merging or refactoring to ensure maintainability and clarity.

Quick Start

Run {{command_prefix}}critique <path> to obtain a five-dimension design-quality verdict.

Frequently Asked Questions about critique

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

FAQPage Schema
How do I assess code design quality before refactoring?

Assess code design quality by evaluating whether concepts, names, structure, abstractions, and interfaces align with the problem. A design review produces five-dimension verdicts with evidence and recommended follow-ups, ensuring maintainability before merging or refactoring.

What is the best way to review code architecture and abstraction levels?

Reviewing code architecture involves judging if the current design is shaped right by examining concept alignment, naming clarity, structural integrity, abstraction fit, and interface usability. This design-quality verdict approach avoids generating diffs and focuses purely on structural improvements.

Can I get code review feedback on naming and structure without modifying the codebase?

Code review feedback on naming and structure can be generated without modifying the codebase. A design review partner evaluates concepts, names, structure, abstractions, and interfaces, providing actionable evidence and recommended follow-ups while leaving the original code untouched.

How does a design-quality critique differ from a technical code audit?

A design-quality critique differs from a technical audit by focusing on whether the code is shaped right rather than finding what is broken. Critique evaluates concepts, names, structure, abstractions, and interfaces, while audit handles technical quality and defects.

When do I need to evaluate interface and abstraction fit in my codebase?

Evaluate interface and abstraction fit when a codebase is undergoing review or refactoring to determine if the current design is sound. This assessment checks whether abstractions and interfaces align with the problem and identifies where improvements are needed.