Skip to main content
Run any Skill in Manus
with one click
$pwd:

check-python-script

// Audits a standalone Python 3 script against 25 deterministic checks (shebang, `__main__` guard, argparse shape, declared dependencies, ruff-backed AST lints, line count, secret patterns) plus nine judgment dimensions (output discipline, input validation, dependency posture, performance intent, naming, function design, module-scope discipline, literal intent, commenting intent) and a Tier-3 cross-script collision check. Use when the user wants to "audit a python script", "check my python script", "review this script", "lint a python script", "is this script safe", "what's wrong with my script", or "why is my script failing". Not for general-purpose shell scripts — route to `/build:check-bash-script`.

$ git log --oneline --stat
stars:1
forks:0
updated:May 6, 2026 at 12:39
File Explorer
22 files
SKILL.md
readonly