在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用fmt
星标11,398
分支566
更新时间2026年2月12日 10:10
Run `make fmt` to check the code format.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run `make fmt` to check the code format.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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
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.