code-quality-review

Featured

Run an extremely strict maintainability and structural code quality review — flags abstraction issues, spaghetti growth, and boundary leaks

Code & Development 114 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
69
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Code Quality Review Use this skill for an unusually strict review focused on implementation quality, maintainability, abstraction quality, and codebase health. Above all, this skill should push the reviewer to be **ambitious** about code structure. Actively search for "code judo" moves: restructurings that preserve behavior while making the implementation dramatically simpler, smaller, more direct, and more elegant. Surface-level cleanup notes are useful but secondary — the real goal is structural simplification. ## Core Prompt Start from this baseline: > Perform a deep code quality audit of the current branch's changes. > Rethink how to structure / implement the changes to meaningfully improve code quality without impacting behavior. > Work to improve abstractions, modularity, reduce Spaghetti code, improve succinctness and legibility. > Be ambitious, if there is a clear path to improving the implementation that involves restructuring some of the codebase, go for it. > Be extremely thorough and rigorous. Measure twice, cut once. ## Non-Negotiable Additional Standards Apply the baseline prompt above, plus these explicit review rules: 0. **Be ambitious about structural simplification.** - Push past surface feedback — "this could be a bit cleaner" is where the conversation starts, not where it ends. - Look for opportunities to reframe the change so that whole branches, helpers, modes, conditionals, or layers disappear entirely. - Prefer the solution that make...

Details

Author
jellydn
Repository
jellydn/my-ai-tools
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category