Orchestrates a safe git commit process by running linters (ruff), type checks (mypy, tsc), security scans (bandit), and tests (pytest) before committing. Use this when the user wants to commit changes or "wrap up" a task safely.
Quellsprache: Englisch