Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

python-refactoring-skills

python-refactoring-skills에는 l-mb에서 수집한 skills 8개가 있으며, 저장소 수준 직업 범위와 사이트 내 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