python-style

Installation
SKILL.md

Anomalib Python Style Review

Use this skill when reviewing Python code in src/anomalib/ or tests/.

Purpose and scope

This skill covers Python style, typing, imports, exports, copyright headers, and basic code hygiene.

Core rules

  • Target the repository's Python baseline.
  • Follow the Ruff-configured line length of 120 characters.
  • Match nearby anomalib code before suggesting stylistic rewrites.
  • Prefer explicit, readable code over clever shortcuts.

Request changes when

Installs
2
GitHub Stars
5.9K
First Seen
May 13, 2026
python-style — open-edge-platform/anomalib