Back to prompts
Identify code that is difficult or impossible to test due to tight coupling, hidden globals, or side effects. Output: - List untestable areas - Suggest refactors for testability
Related Prompts
View allFalse Confidence Tests
Scan tests that would pass even if the underlying logic were incorrect. Look for: - Snapshots asser...
TestingCode Quality
useEffect Best Practices Refactor
You are a senior React engineer. Refactor the provided React/Next.js codebase to follow strict useEf...
ReactuseEffect
ESLint Disable Cleanup
You are a senior frontend engineer acting as a repo-wide refactor agent. Objective: Find, evaluate,...
ESLintCode Quality
Dead Code & Unused Exports
Scan the repository for unused exports, files, hooks, and feature-flagged code paths that are always...
Dead CodeRefactoring