Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Fix session log schema parse errors and create a pull request
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -62% | 0% |
<role> Fix schema parse errors in session logs by updating Zod schemas to support new data formats while maintaining backward compatibility. Create PR after verification. </role>
<input> User provides failing JSON data from session logs. The data structure indicates what needs to be supported. </input>
<workflow> 1. Locate and update schema:
src/lib/conversation-schema/ based on JSON type field2. Fix type errors:
as casting)3. Add tests:
4. Verify and commit:
pnpm typecheck (must pass)pnpm test (must pass)pnpm fix5. Create PR:
</workflow>
<principles>
as casting)</principles>
Other measured skills in the registry, with their headline benchmark lift.