Loading...
Loading...
Style, review, and refactoring standards for Python codebases with strong typing, explicit error handling, and maintainable module boundaries. Use when Python artifacts are created, changed, or reviewed and Python-specific quality rules must be enforced.
npx skill4agent add kentoshimizu/sw-agent-skills python-style-guidedescriptionreferences/trigger-matrix.mdpython3 scripts/resolve_style_guides.py <changed-path>...python3 scripts/validate_trigger_matrix_sync.pyreferences/quality-gate-command-matrix.mdreferences/typing-and-boundary-rules.mdassets/python-review-checklist.mdassets/python-refactor-plan-template.mdassets/python-refactor-plan-template.mdassets/python-review-checklist.mdsnake_casePascalCaseUPPER_CASEREQUEST_TIMEOUT_SECONDSdataclassTypedDictAnydict[str, Any]objecttyping.cast(...)except ExceptioncProfileuv run ruff format --check .uv run ruff check .uv run mypy .uv run pytest -quv run ruff format .uv run ruff check --fix .