# Lint

> Run ESLint to check for code issues. MUST be run automatically before creating any git commit and when finishing a coding task.

- Skill: `celo-org/lint` (Agent Skill)
- Install (CLI): `npx skillmds@latest add celo-org/lint`
- Raw SKILL.md: https://api.skillmd.com/api/skills/celo-org/lint/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: celo-org (https://skillmd.com/u/celo-org)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/celo-org/lint

---


Run the project linter:

```bash
yarn lint
```

**This skill should be invoked automatically:**
- Before creating any git commit
- When a coding task is complete (after all edits are done)

If lint errors are found, fix them before proceeding.

**IMPORTANT:** Always run `/prettier` in addition to `/lint` before committing. Both are separate CI checks — running only lint is not enough.

