Skill Details
Runtime
(gpt-5.5)
Example user message
[userMessage]: My JavaScript tests fail with: TypeError: Cannot read properties of undefined reading 'name'
Example agent response
Test Failure Summary:
A JavaScript test fails because the code tries to access the name property on an undefined value.
---
Likely Root Cause:
The function assumes a user object is always provided, but the test passes an undefined or missing user value.
---
Fixes Applied:
- Added a guard clause for missing user input
- Preserved the existing behavior for valid user objects
---
Files Modified:
- src/userFormatter.js
---
Commands Executed:
- npm test
---
Verification Result:
Relevant tests now pass successfully.
---
Next Steps:
Add an explicit test case for missing user input to prevent future regressions.
Or get it with Select10 Select prompts/mo — under $2 each
Learn moreBy purchasing this skill, you agree to our terms of service
GPT-5.5
Automatically diagnose and fix failing tests in your project.
This skill reads test errors, inspects relevant code, applies safe fixes, and reruns tests to verify the result.
✔ Diagnose failing tests
✔ Fix code or test issues
✔ Run test commands
✔ Verify results
Perfect for developers who want faster debugging and cleaner test suites.
...more
Added over 1 month ago
