Skip to main content
Run any Skill in Manus
with one click
GitHub repository

python-refactoring-skills

python-refactoring-skills contains 8 collected skills from l-mb, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
8
Stars
45
updated
2026-03-02
Forks
1
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

py-git-hooks
software-developers

Set up git pre-commit hooks to run ruff, mypy, and basedpyright before commits. Use when configuring automated quality checks in git workflow.

2026-03-02
py-quality-setup
computer-programmers

Configure ruff, mypy, and basedpyright for Python 3.13 projects. Use when setting up linters and type checkers in pyproject.toml and pyrightconfig.json.

2026-03-02
py-code-health
software-developers

Detect and remove dead code, duplicate code, and unused imports. Consolidate similar code patterns into parametrized functions.

2026-03-02
py-complexity
software-developers

Reduce cyclomatic and cognitive complexity in Python code. Break down complex functions, simplify control flow, and track complexity trends over time.

2026-03-02
py-modernize
software-developers

Modernize Python codebases - migrate pip to uv, upgrade syntax to Python 3.13+, replace deprecated patterns, and update tooling to current best practices.

2026-03-02
py-refactor
software-developers

Orchestrate comprehensive Python refactoring - coordinates security, complexity, testing, code health, and modernization skills to systematically improve code quality.

2026-03-02
py-security
software-developers

Security vulnerability detection and remediation for Python codebases. Identifies SQL injection, hardcoded secrets, weak cryptography, and other OWASP vulnerabilities.

2026-03-02
py-test-quality
software-quality-assurance-analysts-and-testers

Measure and improve test coverage and test suite quality using code coverage and mutation testing. Ensures tests actually catch bugs.

2026-03-02
python-refactoring-skills Agent Skills on GitHub | SkillsMP