Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:11 231
forks:541
updated:12 février 2026 à 10:10
SKILL.md
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
Fix all clippy lint warnings in the project
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
| name | fmt |
| description | Run `make fmt` to check the code format. |
Run make fmt from the quickwit/ subdirectory to check code formatting:
cd /Users/paul.masurel/git/quickwit/quickwit && make fmt
This command checks:
If there are log format issues, fix them by:
Fix any issues found and re-run until clean.