一键导入
python-developer
Write, review, debug, and refactor Python code with project-aware style, tests, async safety, and clean error handling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write, review, debug, and refactor Python code with project-aware style, tests, async safety, and clean error handling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create and update debug MCUB userbot modules in app-debug using the MCUB module API, class-style modules, and inline form/callback docs.
Inspect git status, diffs, branches, and prepare commits safely while preserving unrelated user changes.
Run, interpret, and fix MCUB debugger warnings and errors while preserving module behavior and build history.
Navigate and explain local MCUB documentation while routing module and API questions to the right sources and warning against Hikka assumptions.
Statically audit MCUB modules before release for safety, metadata, dependencies, commands, inline callbacks, and release readiness without editing code.
Route OpenAgent MCUB work across repo navigation, debugger fixes, module creation, release workflows, and skill registry management.
| name | python-developer |
| description | Write, review, debug, and refactor Python code with project-aware style, tests, async safety, and clean error handling. |
| keywords | ["python","питoн","python3","py","asyncio","pytest","typing","refactor","debug","traceback"] |
Use this skill when the user asks to create, fix, review, refactor, test, or explain Python code.
This skill is general-purpose Python guidance for OpenAgent. For MCUB modules, combine it with the MCUB-specific skills and let the MCUB conventions win when there is a conflict.
except.async/await consistently; do not block the event loop with long synchronous work.asyncio.run() inside an already-running async application.Choose validation based on the change:
python -m py_compile <file>;When tests fail, report the failing command and fix only failures caused by the current change.
When given a traceback or failing behavior:
MCUB is a Telethon-based userbot project. When editing MCUB modules or release workflows:
MCUB-modules-creator for module code;MCUB-release-modules for publishing and repository commits;