l-mb
- 8 skills
- 0 followers
- 6 hours ago last updated
- ▌ Py Refactor · l-mb bundleOrchestrate comprehensive Python refactoring - coordinates security, complexity, testing, code health, and modernization skills to systematically improve code quality.
- ▌ Py Security · l-mbSecurity vulnerability detection and remediation for Python codebases. Identifies SQL injection, hardcoded secrets, weak cryptography, and other OWASP vulnerabilities.
- ▌ Py Git Hooks · l-mb bundleSet up git pre-commit hooks to run ruff, mypy, and basedpyright before commits. Use when configuring automated quality checks in git workflow.
- ▌ Py Modernize · l-mbModernize Python codebases - migrate pip to uv, upgrade syntax to Python 3.13+, replace deprecated patterns, and update tooling to current best practices.
- ▌ Py Complexity · l-mbReduce cyclomatic and cognitive complexity in Python code. Break down complex functions, simplify control flow, and track complexity trends over time.
- ▌ Py Code Health · l-mbDetect and remove dead code, duplicate code, and unused imports. Consolidate similar code patterns into parametrized functions.
- ▌ Py Test Quality · l-mbMeasure and improve test coverage and test suite quality using code coverage and mutation testing. Ensures tests actually catch bugs.
- ▌ Py Quality Setup · l-mbConfigure ruff, mypy, and basedpyright for Python 3.13 projects. Use when setting up linters and type checkers in pyproject.toml and pyrightconfig.json.