원클릭으로
verify-python
Run a Python 3 expression or snippet to verify behavior before implementing Sharpy semantics
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a Python 3 expression or snippet to verify behavior before implementing Sharpy semantics
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Suggest and apply a semver version bump based on commits since the last tag
Push current branch to remote origin
Scaffold a new Sharpy.Stdlib module (spy-sourced or handwritten C#) with all required files, conventions, docs, and tests
Implement a plan with a coordinated agent team
Run compiler or cross-language benchmarks and compare results
Regenerate C# snapshot tests and spy stdlib after intentional codegen changes
| name | verify-python |
| description | Run a Python 3 expression or snippet to verify behavior before implementing Sharpy semantics |
| disable-model-invocation | true |
| argument-hint | <expression or code> |
Run the given expression or code in Python 3 and report the result.
python3 -c "$ARGUMENTS"
If the argument is multi-line or complex, use a heredoc instead:
python3 << 'EOF'
$ARGUMENTS
EOF
After showing the output, note whether Sharpy can match this behavior exactly or if .NET semantics differ (Axiom 1 wins over Axiom 2 when they conflict).