find_package_issues
Analyzes Python packages to detect structural issues like circular dependencies, god packages, and scattered functionality for guided refactoring.
Instructions
Identify package-level refactoring opportunities and structural issues
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_types | No | Specific types of issues to look for (optional): scattered_functionality, god_package, circular_dependency, etc. | |
| package_path | Yes | Path to Python package/folder |