with one click
fix-clippy
Fix all clippy lint warnings in the project
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Fix all clippy lint warnings in the project
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Trigger a new lambda release, update build.rs with the new artifact URL and SHA256, and open a PR
Create a simple PR from staged changes with an auto-generated commit message
Run `make fmt` to check the code format.
Bump tantivy to the latest commit on main branch, fix compilation issues, and open a PR
Based on SOC occupation classification
| name | fix-clippy |
| description | Fix all clippy lint warnings in the project |
Clippy issues are warnings, not errors. Never grep for error when looking for clippy issues.
Run make fix to automatically fix clippy warnings:
make fix
Check for remaining warnings that couldn't be auto-fixed:
cargo clippy --tests 2>&1 | grep "^warning:" | sort -u
For each remaining warning, find the exact location and fix it manually.