원클릭으로
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;