Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começar$pwd:
$ git log --oneline --stat
stars:11.231
forks:541
updated:6 de fevereiro de 2026 às 22:27
SKILL.md
| 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.
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.
Analyze Cargo.toml dependencies and attempt to remove unused features to reduce compile times and binary size
Bump tantivy to the latest commit on main branch, fix compilation issues, and open a PR