Reading up on code-quality
6 deep · digging since dec 12, 25
- GitHub - millionco/react-doctor: Your agent writes bad React. This catches it
React Doctor is a deterministic scanner that audits React codebases for issues across state, effects, performance, architecture, security, and accessibility, and integrates with coding agents and CI pipelines.
- How to effectively write quality code with AI
AI code quality depends on small, verifiable steps, strict linting, and treating AI as an amplifier for skilled engineers rather than a replacement for architectural thinking.
- The highest quality codebase
Iterating a prompt 200 times to improve codebase quality with Claude produces exponentially worse code, introducing bloat and bugs.
Takes
After almost every single task, you can ask Codex/Claude: "anything else to cleanup/simplify?" and there will be something to cleanup/simplify. I do this all the time.
@linuz90
this codex prompt is literally the best thing ever if you are building react apps and want the cleanest possible code simply run "/goal run npx react-doctor@latest and fix issues until you get a score of 100. do it properly without taking any shortcuts" in codex thank me later
@weswinder
the most used skill internally at cursor right now /thermo-nuclear-code-quality-review - deletes complexity instead of moving it - blocks files over 1k lines - flags thin wrappers and leaked logic - rejects PRs that work but make code messier
@ericzakariasson