بنقرة واحدة
python
Python, .py, pyproject.toml, pytest, ruff -> use when editing, reviewing, or implementing Python code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Python, .py, pyproject.toml, pytest, ruff -> use when editing, reviewing, or implementing Python code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | python |
| description | Python, .py, pyproject.toml, pytest, ruff -> use when editing, reviewing, or implementing Python code. |
Prefer repository-local conventions, supported Python versions, packaging choices, and existing patterns before applying general guidance.
dataclasses, TypedDict, Pydantic models, or plain classes according to existing validation and serialization needs.pytest style when present: focused fixtures, parametrized cases, and assertions on behavior rather than internals.ruff, black, mypy, pyright, or other commands declared in pyproject.toml.pyproject.toml layout, dependency groups, build backend, and lockfile policy.Onboard project or init project safely: prepare the active repository with agent state, a full persistent codebase-memory index, evidence-based AGENTS.md handling, and safe check reporting.
Backend implementation protocol. Use by backend agents when editing assigned server-side slices.
Code review protocol. Use when reviewing final diffs against .agents/PLAN.md.
Failure routing protocol. Use when routing test or review failures to the correct agent.
Frontend implementation protocol. Use by frontend agents when editing assigned UI slices.
Performance review checklist. Use for database, API, rendering, caching, loops, network calls, bundle, and runtime risks.