什么是 quality-run-type-checking?
使用pyright(快速,开发)和mypy(彻底,CI/CD)运行双重类型检查。在提交之前检查类型、调试类型错误或验证类型注释时使用。解释为什么需要这两种工具、配置差异以及何时使用它们。适用于 Python .py 文件,pyproject.toml,启用严格模式。 来源:dawiddutoit/custom-claude。
使用pyright(快速,开发)和mypy(彻底,CI/CD)运行双重类型检查。在提交之前检查类型、调试类型错误或验证类型注释时使用。解释为什么需要这两种工具、配置差异以及何时使用它们。适用于 Python .py 文件,pyproject.toml,启用严格模式。
通过命令行快速安装 quality-run-type-checking AI 技能到你的开发环境
来源:dawiddutoit/custom-claude。
Quick Start → Purpose | When to Use | Why Dual Checking | Quick Start
Error Handling → Interpret Errors | Fix Systematically | Common Fixes
Understand and execute temet's dual type checking strategy using both pyright (fast iteration) and mypy (comprehensive validation). Learn when to use each tool, how to interpret errors, and why both are required.
使用pyright(快速,开发)和mypy(彻底,CI/CD)运行双重类型检查。在提交之前检查类型、调试类型错误或验证类型注释时使用。解释为什么需要这两种工具、配置差异以及何时使用它们。适用于 Python .py 文件,pyproject.toml,启用严格模式。 来源:dawiddutoit/custom-claude。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/dawiddutoit/custom-claude --skill quality-run-type-checking使用pyright(快速,开发)和mypy(彻底,CI/CD)运行双重类型检查。在提交之前检查类型、调试类型错误或验证类型注释时使用。解释为什么需要这两种工具、配置差异以及何时使用它们。适用于 Python .py 文件,pyproject.toml,启用严格模式。 来源:dawiddutoit/custom-claude。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dawiddutoit/custom-claude --skill quality-run-type-checking 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/dawiddutoit/custom-claude