Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

python-refactoring-skills

python-refactoring-skills 收录了来自 l-mb 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
45
更新
2026-03-02
Forks
1
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

py-git-hooks
软件开发工程师

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
计算机程序员

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
软件开发工程师

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

2026-03-02
py-complexity
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-03-02
py-security
软件开发工程师

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
软件质量保证分析师与测试员

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

2026-03-02