·python-type-hints-guide
</>

python-type-hints-guide

clostaunau/holiday-card

Python 類型提示的綜合參考指南、使用 mypy 進行靜態類型檢查、現代類型註釋模式(PEP 484、585、604、612、613)以及 Python 3.9+ 的類型提示最佳實踐。在代碼審查期間使用,以確保正確使用類型註釋、評估 mypy 配置並識別類型提示反模式。

7安裝·0熱度·@clostaunau

安裝

$npx skills add https://github.com/clostaunau/holiday-card --skill python-type-hints-guide

SKILL.md

This skill provides comprehensive guidance on Python type hints and static type checking for Python 3.9+ codebases. It serves as a reference during code reviews to ensure proper type annotation usage, evaluate type hint quality, and promote best practices for gradual typing adoption.

This skill should be referenced by the uncle-duke-python agent when:

Type hints (introduced in PEP 484) enable static type checking in Python while maintaining the language's dynamic nature. Modern Python (3.9+) has significantly improved type hint syntax with built-in generic types and the union operator. Proper type hints improve:

Python 類型提示的綜合參考指南、使用 mypy 進行靜態類型檢查、現代類型註釋模式(PEP 484、585、604、612、613)以及 Python 3.9+ 的類型提示最佳實踐。在代碼審查期間使用,以確保正確使用類型註釋、評估 mypy 配置並識別類型提示反模式。 來源:clostaunau/holiday-card。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/clostaunau/holiday-card --skill python-type-hints-guide
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 python-type-hints-guide?

Python 類型提示的綜合參考指南、使用 mypy 進行靜態類型檢查、現代類型註釋模式(PEP 484、585、604、612、613)以及 Python 3.9+ 的類型提示最佳實踐。在代碼審查期間使用,以確保正確使用類型註釋、評估 mypy 配置並識別類型提示反模式。 來源:clostaunau/holiday-card。

如何安裝 python-type-hints-guide?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/clostaunau/holiday-card --skill python-type-hints-guide 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/clostaunau/holiday-card