Add, sync, repair, and compile gettext translations for ok-script Python task classes and task metadata. Use when Codex needs to translate or internationalize BaseTask and TriggerTask names, descriptions, default_config keys or values, config_description help…
Commit completed repository changes, create the next annotated version tag, and push the commit and tag to the publishing remote. Use when the user asks to deploy, release, publish a version, create or push a release tag, run `deploy` for a stable release,…
Rename config keys in ok-script tasks without losing user data. Use when modifying default_config key names, key-name constants, or key-generation functions in a task class — the operation must follow a strict order (migration table → migrate test → i18n sync…
Add and maintain OCR language resources and OCR text-fix patches for ok-end-field (and similar ok-script apps that use the unified assets/lang/*.json schema). Use when adding new OCR match text, editing assets/lang/<module>.json, reasoning about the active…
Handle AI pull-request reviews (CodeRabbit) on ok-script app repos: trigger fresh reviews on the latest branch, reply to and resolve review threads, retry after rate limits, and re-verify stale comments against the current code. Use when a PR has coderabbit…
Prefer the repository-local Python virtual environment for coding-agent work. Use when running Python scripts, tests, linters, formatters, package installs, dependency checks, or any Python command in a repo that may contain a .venv; fall back to global…
Analyze and improve GitHub Actions job performance on ok-script app repos: checkout version differences, shallow-clone side effects, and partial-sync-repo tag pruning cost. Use when a job is slow, when reasoning about sync/partial-sync-repo tag deletion…
Configure and troubleshoot GitHub repository rulesets (branch/tag protection) on ok-script app repos: rule combinations that block PR merges, bypass actors (users, GitHub Apps), and GitHub App tokens for auto-tagging. Use when editing rulesets, diagnosing…