fix-errors

fix errors

warpdotdev 146 ↓ 15k MIT updated 27d ago
Claude Code
View source ↗

What it does

  • Compilation errors (unused imports, type mismatches, etc.)
  • Linting failures (clippy warnings)
  • Formatting violations
  • WASM-specific errors
  • Test failures
  • Use .asstr() instead of .clone() when a &str is expected
  • Use &value when a reference is needed

Requirements & configuration

  • Tests that require filesystem access
  • For WASM errors, check if code needs to be gated behind localfs

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

fix errors

Source

Repository: https://github.com/warpdotdev/common-skills

fix-errors FAQ

What does the fix-errors skill do?

Fix compilation errors, linting issues, and test failures in the warp Rust codebase. Covers presubmit checks, WASM-specific errors, and running specific tests. Use when the user hits build errors, clippy or fmt failures, test failures, or needs to run or interpret presubmit before a PR. Compilation errors (unused imports, type mismatches, etc.) Linting failures (clippy warnings)

What does fix-errors require?

Tests that require filesystem access For WASM errors, check if code needs to be gated behind localfs

How do I install fix-errors?

Run: npx -y skills add https://github.com/warpdotdev/common-skills --skill fix-errors --agent claude-code — the source lives at github.com/warpdotdev/common-skills.

Maintain fix-errors?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

fix-errors on getagentictools
[![fix-errors on getagentictools](https://getagentictools.com/badge/skills/warpdotdev-common-skills-fix-errors.svg)](https://getagentictools.com/skills/warpdotdev-common-skills-fix-errors?ref=badge)
npx agentictools info skills/warpdotdev-common-skills-fix-errors

The second line is the CLI lookup for this page — handy in READMEs and docs.