quality-checker

Community

Enforce code quality in notebooks, automatically.

AuthorMing-Kai-LC
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Maintaining consistent code style and quality in Jupyter notebooks is challenging and often overlooked, leading to hard-to-read, inconsistent, or error-prone code. This Skill automates code quality enforcement.

Core Features & Use Cases

  • Automated Formatting: Applies Black for uncompromising code formatting, ensuring PEP 8 compliance.
  • Linting & Style Enforcement: Uses Flake8 to check for style violations and common programming errors, with educational exceptions.
  • Import Organization: Automatically sorts and formats Python imports using isort for cleaner code.

Quick Start

Apply Black, isort, and Flake8 to 'my_notebook.ipynb' to ensure it meets code quality and formatting standards.

Dependency Matrix

Required Modules

blackflake8isortnbqa

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: quality-checker
Download link: https://github.com/Ming-Kai-LC/self-learn/archive/main.zip#quality-checker

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository