Format Check
SkillDev toolsLets your agent run a make command that checks whether the code follows the project's format rules.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Format Check skill
About this capability
Run `make fmt` to check the code format.
What this skill tells your AI
The instructions your AI receives, as published by quickwit-oss/quickwit in .claude/skills/fmt/SKILL.md and read by ahel’s review.
Run make fmt from the quickwit/ subdirectory to check code formatting:
cd /Users/paul.masurel/git/quickwit/quickwit && make fmt
This command checks:
- Rust code formatting
- License headers
- Log format policy (no trailing punctuation, no uppercase first character)
If there are log format issues, fix them by:
- Making the first character lowercase
- Removing trailing punctuation (periods, exclamation marks, etc.)
Fix any issues found and re-run until clean.
Signals
- GitHub stars
- 12k
- Forks
- 593
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
fmt-quickwit-oss- Source
- github.com/quickwit-oss/quickwit