Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit.
what tests or modules to focus on# Cover Local Changes with Tests ## User Arguments User can provide a what tests or modules to focus on: If nothing is provided, focus on all changes in current git diff that not commited. If everything is commited, then will cover latest commit. ## Context After implementing new features or refactoring existing code, it's critical to ensure all business logic changes are covered by tests. This command orchestrates automated test creation for local changes using coverage analysis and specialized agents. ## Goal Achieve comprehensive test coverage for all critical business logic in ...
Write comprehensive unit and integration tests with framework-specific best practices: **$ARGUMENTS**
Write comprehensive pytest tests for PySpark data pipelines using **LIVE DATA** sources: **$ARGUMENTS**
Generate automated test code from requirements, source code, or recorded browser actions