fix-types とは?
Python コード内の型チェックの問題を対話的に修正します。 ソース: saaspegasus/django-skills。
Python コード内の型チェックの問題を対話的に修正します。
コマンドラインで fix-types AI スキルを開発環境にすばやくインストール
ソース: saaspegasus/django-skills。
When mypy can't infer the correct type, prefer using cast() over # type: ignore:
Why: cast() explicitly documents what type you expect, making the code more readable and maintainable. It also doesn't silence other potential errors on the same line.
When adding null checks to satisfy mypy, prefer raising proper exceptions over using assert:
Python コード内の型チェックの問題を対話的に修正します。 ソース: saaspegasus/django-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/saaspegasus/django-skills --skill fix-typesPython コード内の型チェックの問題を対話的に修正します。 ソース: saaspegasus/django-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/saaspegasus/django-skills --skill fix-types インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/saaspegasus/django-skills