techaiscriptpython
Create or modify Python scripts with purpose docstring, emoji logs, tests, and pinned dependencies when needed.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create or modify Python scripts with purpose docstring, emoji logs, tests, and pinned dependencies when needed.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Produce concise, complete pull request descriptions aligned with the repository PR template.
Repository-specific topology, naming patterns, and validation guidance for working in the oneidentity repository.
Create or modify secure GitHub Actions workflows for CI/CD pipelines.
Create or modify governance policies for AWS SCP, Azure Policy, and GCP Org Policy.
Create or modify reusable GitHub composite actions with secure Bash and deterministic behavior.
Safely update structured JSON/YAML registry files (users, groups, teams, repositories, or policy maps).
| name | TechAIScriptPython |
| description | Create or modify Python scripts with purpose docstring, emoji logs, tests, and pinned dependencies when needed. |
requirements.txt.<file-name>.<extension>.j2.#!/usr/bin/env python3
"""Purpose: {description}
Usage examples:
python {script_name}.py --help
"""
tests/.pytest as default test framework.def test_main_success() -> None:
assert True