python-code-review
✓检查 Python 代码的类型安全、异步模式、错误处理和常见错误。在查看 .py 文件、检查类型提示、异步/等待用法或异常处理时使用。
SKILL.md
| Indentation, line length, whitespace, naming | references/pep8-style.md | | Missing/wrong type hints, Any usage | references/type-safety.md | | Blocking calls in async, missing await | references/async-patterns.md | | Bare except, missing context, logging | references/error-handling.md |
| Mutable defaults, print statements | references/common-mistakes.md |
These patterns are intentional and correct - do not report as issues:
检查 Python 代码的类型安全、异步模式、错误处理和常见错误。在查看 .py 文件、检查类型提示、异步/等待用法或异常处理时使用。 来源:existential-birds/beagle。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/existential-birds/beagle --skill python-code-review- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 python-code-review?
检查 Python 代码的类型安全、异步模式、错误处理和常见错误。在查看 .py 文件、检查类型提示、异步/等待用法或异常处理时使用。 来源:existential-birds/beagle。
如何安装 python-code-review?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/existential-birds/beagle --skill python-code-review 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/existential-birds/beagle
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01