CODEX SKILL THAT FINDS COMPLEXITY HOTSPOTS IN YOUR CODEBASE!
I made a Codex skill that analyzes your codebase and reports where performance can be improved safely.
Scan your project while Codex checks loops, repeated lookups, render-heavy code, N+1 patterns, and places where complexity can potentially be reduced without breaking behavior.
-> codebase complexity analysis
-> O(n²), O(n*m), repeated scan detection
-> before/after complexity estimates
-> safe optimization suggestions
-> risk level + tests needed
-> report-only mode by default
-> one-command install
Install: npx --yes codex-complexity-optimizer
100% open source.
Repo in Bio.
显示更多