# Cuga Ruff Check

> 1. Run `uv run ruff check --fix` on the project (or the files in scope).

- Skill: `cuga-project/cuga-ruff-check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cuga-project/cuga-ruff-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cuga-project/cuga-ruff-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cuga-project (https://skillmd.com/u/cuga-project)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cuga-project/cuga-ruff-check

---


1. Run `uv run ruff check --fix` on the project (or the files in scope).

2. Fix any issues Ruff still reports after `--fix` (manual or refactors, not suppressed without a good reason).

3. Run `uv run ruff format` so formatting matches project style.

