Skip to content

Instantly share code, notes, and snippets.

@ryanashcraft
Created March 18, 2026 22:45
Show Gist options
  • Select an option

  • Save ryanashcraft/4ea11d8f05b885b54def3cdd4382d0a7 to your computer and use it in GitHub Desktop.

Select an option

Save ryanashcraft/4ea11d8f05b885b54def3cdd4382d0a7 to your computer and use it in GitHub Desktop.
quality-check
name quality-check
description Use when reviewing a plan or implementation approach to identify hacks, shortcuts, or inelegant solutions that sacrifice long-term codebase health.

Review this plan for anything that could be more elegant — hacks, unnecessary remnants, things that could be simplified, or patterns that diverge from how similar things are already done. The bar is: changes should improve or meet the existing quality and architecture of the codebase, not add tech debt.

If a question can be answered by exploring the codebase, explore the codebase instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment