·code-quality-review
!

code-quality-review

rsmdt/the-startup

Systematic code review patterns, quality dimensions, anti-pattern detection, and constructive feedback techniques. Use when reviewing code changes, assessing codebase quality, identifying technical debt, or mentoring through reviews. Covers correctness, design, security, performance, and maintainability.

10Installs·1Trend·@rsmdt

Installation

$npx skills add https://github.com/rsmdt/the-startup --skill code-quality-review

SKILL.md

Systematic patterns for reviewing code and providing constructive, actionable feedback that improves both code quality and developer skills.

| Functionality | Does it solve the stated problem? | | Edge Cases | Are boundary conditions handled? | | Error Handling | Are failures gracefully managed? | | Data Validation | Are inputs validated at boundaries? | | Null Safety | Are null/undefined cases covered? |

| Single Responsibility | Does each function/class do one thing? | | Abstraction Level | Is complexity hidden appropriately? | | Coupling | Are dependencies minimized? | | Cohesion | Do related things stay together? | | Extensibility | Can it be modified without major changes? |

Systematic code review patterns, quality dimensions, anti-pattern detection, and constructive feedback techniques. Use when reviewing code changes, assessing codebase quality, identifying technical debt, or mentoring through reviews. Covers correctness, design, security, performance, and maintainability. Source: rsmdt/the-startup.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rsmdt/the-startup --skill code-quality-review
Category
!Security
Verified
First Seen
2026-02-12
Updated
2026-02-18

Quick answers

What is code-quality-review?

Systematic code review patterns, quality dimensions, anti-pattern detection, and constructive feedback techniques. Use when reviewing code changes, assessing codebase quality, identifying technical debt, or mentoring through reviews. Covers correctness, design, security, performance, and maintainability. Source: rsmdt/the-startup.

How do I install code-quality-review?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rsmdt/the-startup --skill code-quality-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/rsmdt/the-startup