python-scripting
Build production-quality Python scripts with strict standards for typing, testing, tooling, architecture, and review hygiene.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build production-quality Python scripts with strict standards for typing, testing, tooling, architecture, and review hygiene.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Build high-quality reverse-engineering reports from raw findings. Focus on argument structure, evidence quality, and graph planning. Delegate graph implementation scripts to python-scripting skill.
Decompile Android APK, XAPK, JAR, and AAR files using jadx or Fernflower/Vineflower. Reverse engineer Android apps, extract HTTP API endpoints (Retrofit, OkHttp, Volley), trace call flows from UI to network layer, analyze obfuscated code. Use when the user wants to decompile, analyze, or reverse engineer Android packages, find API endpoints, follow call flows, or perform static analysis on Android applications.
Write Frida scripts for Android dynamic analysis, runtime hooking, bypass SSL pinning, root detection bypass, anti-frida evasion, biometric bypass, memory patching, crypto monitoring, and native instrumentation. Use when the user wants to hook, intercept, bypass, inject, instrument, or dynamically analyze Android applications at runtime using Frida.
SOC 職業分類に基づく
| name | python-scripting |
| description | Build production-quality Python scripts with strict standards for typing, testing, tooling, architecture, and review hygiene. |
Create high-quality Python scripts and small Python utilities with strict engineering discipline.
Always load these before implementation:
references/coding-standards.mdreferences/testing-standards.mdreferences/tooling.mdreferences/architecture-patterns.mdreferences/code-review-checklist.mdIf templates are needed, load:
templates/module-template.pytemplates/cli-template.pytemplates/pyproject-template.tomlarchitecture-patterns.md.pytest patterns and fixtures.tooling.md in pyproject.toml and hooks.except.When asked to create scripts/projects, produce:
pyproject.toml, hooks when relevant)ruff, mypy, pytest, coverage)