com um clique
python-project-dev
Python project workflow:dependency sync、targeted tests 与 lint。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Python project workflow:dependency sync、targeted tests 与 lint。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
读取和编辑 HYX 的 Notion Plan / 计划通;当用户要查看、添加或插入计划通日期事项时使用。
读取与写入普通 Notion page / database。用户要在 Notion workspace 中 search、query、create 或 update 非计划通内容时使用。
L2 structured memory:持久化并读取稳定的用户记忆、偏好与长期上下文。
通过 Tavily 执行 Web search 与 page reading。用户需要在线检索、事实核验或读取公开网页时使用。
将 coding task 委托给 Hypo-Coder。用户请求 code change、feature implementation、bug fix 或 code review,且任务适合异步委托时使用。
查询 Hypo-Info 的今日资讯、topic search、AI benchmark 与 section browse。用户询问 news、trends 或 model leaderboard 时使用。
| name | python-project-dev |
| description | Python project workflow:dependency sync、targeted tests 与 lint。 |
| compatibility | linux |
| allowed-tools | exec_command |
| metadata | {"hypo.category":"pure","hypo.backend":"exec","hypo.exec_profile":"python-dev","hypo.triggers":"pytest,ruff,mypy,uv,pip,python project,test failure,lint,测试结果","hypo.risk":"low","hypo.dependencies":"uv,pytest,ruff,mypy,pip"} |
python-project-dev 面向常规 Python 开发循环,覆盖 dependency sync、targeted tests 与 lint。
uv、pytest、ruff、mypy 等常见工程命令。exec_command 运行 Python 工程命令,并受 exec_profile=python-dev 约束。uv sync。uv run pytest <target> -x。ruff check <target> 或其他必要 lint/type-check。