Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Convention for console logging levels across the monorepo.
.claude/skills/ledgerhq-console-log/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -65% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -36% | 0% |
console.error is intercepted by monitoring tools (Datadog RUM, Sentry) and forwarded as an error event.
console.warn for expected or recoverable errors (network failures, optional feature unavailable, etc.)console.error only for illegal/unexpected program states that should never occur in productionOther measured skills in the registry, with their headline benchmark lift.