Analyze test coverage for recent code changes
/plugin marketplace add mahidalhan/skilled-intelligence-marketplace/plugin install mahidalhan-workflow-tools-plugins-workflow-tools@mahidalhan/skilled-intelligence-marketplace# Test Coverage Check Analyzes test coverage for user changes in the codebase, identifying untested code paths and recommending test additions. ## When to Use - After implementing a feature or making code changes - Before committing to ensure adequate test coverage - During code review to validate test completeness ## Analysis Process ### Step 1: Identify Changed Files 1. **Get git diff**: 2. **Categorize changes**: - Backend code (APIs, services, utilities) - Frontend code (components, pages, hooks) - Schema/migrations - Test files ### Step 2: Map Code to Tests For...