Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Debugging tools, logging, error tracking.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -36% | 0% |
php<?php log_message('error', 'User not found: ' . $userId); log_message('debug', 'Processing order: ' . $orderId); log_message('info', 'Email sent to: ' . $email);
php<?php // Config/Boot/development.php Services::toolbar()->respond();
php<?php d($variable); // Dump dd($variable); // Dump and die
php<?php $db = \Config\Database::connect(); echo $db->getLastQuery();
Other measured skills in the registry, with their headline benchmark lift.