Below you will find pages that utilize the taxonomy term “cheickmec”
February 22, 2026
smellcheck
Version updated for https://github.com/cheickmec/smellcheck to version v0.3.8.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary smellcheck is a Python code smell detection and refactoring tool that identifies structural weaknesses in code using 56 automated Abstract Syntax Tree (AST) checks and provides a catalog of 83 refactoring patterns. It automates code quality analysis, ensuring maintainability and readability by detecting and addressing potential design issues.
February 20, 2026
smellcheck
Version updated for https://github.com/cheickmec/smellcheck to version v0.3.5.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Smellcheck is a Python code smell detector and refactoring tool designed to identify structural weaknesses in code that can hinder maintainability, extensibility, or readability. It automates the detection of 56 code smell patterns and provides guidance on 83 refactoring techniques, supporting integration as a CLI tool, GitHub Action, pre-commit hook, or AI coding assistant plugin.