skills/smithery.ai/code-quality-check

code-quality-check

Installation
SKILL.md

Code Quality Check

Run this checklist before committing code:

1. SOLID Principles

[S] Single Responsibility - Each class/function does ONE thing
[O] Open/Closed - Extend without modifying
[L] Liskov Substitution - Subtypes are substitutable
[I] Interface Segregation - Small, focused interfaces
[D] Dependency Inversion - Depend on abstractions
Installs
2
First Seen
Apr 7, 2026
code-quality-check from smithery.ai