Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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