Reviews test code to identify and fix common testing anti-patterns including flaky tests, over-mocking, brittle assertions, test interdependency, and hidden test logic. Flags bad patterns, explains the specific defect, and provides corrected implementations. Use when reviewing test code, debugging intermittent or…
Runs a smell-first audit on a user-chosen path set: measures structure metrics, applies a named size profile, and reports code smells and test smells with evidence strength. Use for smell audit, code smell scan, whole-repo audit, tech debt scan, test smell check, maintainability audit, or duplication and nesting…
Use before releases, after large PRs, or during onboarding to run a single read-only analysis of a codebase's quality, risk, and design. The one analysis front door. Reads the glossary to resolve a selector that zooms across three layers — track, aspect, family/category/entity — then delegates to the oop-orchestrator…
Use after /audit flags problem areas, or directly on a smell/antipattern/family, to apply the smallest corrective refactor and verify it with the project's own detected commands. The FIX action reached from the audit report's Recommended Actions handoff (/fix-risks ). Resolves the selection against the glossary and…
Use after /audit pattern-fit surfaces an opportunity, or directly on a design-pattern id, to implement that pattern into a target scope with a safe parallel-change sequence and verify it with the project's own detected commands. Resolves the pattern against the glossary and delegates to the oop-orchestrator in…