lint
SkillDev toolsCheck and fix code formatting using ESLint and Prettier
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 lint skill
What this skill tells your AI
The instructions your AI receives, as published by finos/git-proxy in .agents/skills/lint/SKILL.md and read by ahel’s review.
Check and fix code formatting using ESLint and Prettier.
Read AGENTS.md first. It is the canonical project guide for this repository.
Steps:
- Run
npm run format:checkto see if there are formatting violations - If violations are found, run
npm run formatto auto-fix them - Run
npm run lintto see if there are linting errors - If errors are found, run
npm run lint:fixto auto-fix them - After applying, run
git diff --statto show what files were reformatted - Summarize the changes (which files, what kind of formatting was fixed)
If no violations are found, say so and stop.
Do NOT commit the formatting changes — just apply and report.
Signals
- GitHub stars
- 249
- Forks
- 176
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
lint-finos- Source
- github.com/finos/git-proxy