在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:11,231
forks:541
updated:2026年2月12日 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.