ca-django-linters

ALWAYS use this skill proactively for Consumer Affairs Django repositories (located in ../ca/ directory) when ANY of these occur - (1) After writing or modifying ANY Python code files in CA repos (2) After tests pass and before telling user work is complete (3) User mentions linting, formatting, ruff, code style, or code quality (4) After using the ca-django-tests skill successfully (5) Before preparing to commit code. This skill runs 'ca exec ruff format' and 'ca exec ruff check --fix' to ensure code quality. CRITICAL - Always run this automatically after code changes and before declaring work complete.

$ Installer

git clone https://github.com/ramonsaraiva/yadm /tmp/yadm && cp -r /tmp/yadm/.claude/disabled-skills/ca-django-linters ~/.claude/skills/yadm

// tip: Run this command in your terminal to install the skill