plugins/optimization-suite/skills/ln-832-bundle-optimizer/SKILL.md
Reduces JS/TS bundle size via tree-shaking, code splitting, and unused dependency removal. Use when optimizing frontend bundle size.
npx skillsauth add levnikolaevich/claude-code-skills ln-832-bundle-optimizerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Paths: This is a Codex-native adapter. Load canonical files relative to the skills repo root.
MANDATORY READ: Load skills-catalog/ln-832-bundle-optimizer/SKILL.md.
Version: 1.0.0 Last Updated: 2026-04-24
testing
Checks runtime lifecycle and config validation: bootstrap, shutdown, probes, cleanup, env sync, and fail-fast startup. Use for runtime readiness.
testing
Checks races, deadlocks, async hazards, TOCTOU, blocking I/O, and shared resource contention. Use when auditing concurrency correctness.
testing
Checks diagnosability through structured logs, metrics, traces, correlation IDs, and useful log levels. Use when auditing incident visibility.
development
Finds code that can be safely deleted: unreachable, unused, obsolete compatibility, and commented-out code. Use when pruning dead code.