ワンクリックで
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 職業分類に基づく
| 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;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.