Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate comprehensive tests for specified code
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 11% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-11 | ✓→✗ | ▼ Worse | 12% | 0% |
| case-13 | ✓→✗ | ▼ Worse | 20% | 0% |
Generate comprehensive tests for specified code.
Check for:
jest.config.js → Jestvitest.config.ts → Vitestpytest.ini → pytestmocha in package.json → MochaFollow the detected framework conventions.
Normal expected behavior with valid input.
typescriptdescribe('[ComponentName]', () => { describe('[methodName]', () => { // Happy path it('should [expected behavior] when [condition]', () => { // Arrange // Act // Assert }); // Edge cases it('should handle empty input', () => {}); it('should handle null values', () => {}); // Error cases it('should throw when [invalid condition]', () => {}); }); });
/generate-tests src/utils/calculator.ts
/generate-tests src/services/$ARGUMENTS
Other measured skills in the registry, with their headline benchmark lift.