Skill Claude CodeCodex
Use when asked to use Cursor, Cursor's CLI, or the agent binary to delegate a prompt or task; no fallback is available.
Skill Claude CodeCodex
Use when asked to use Cursor, Cursor's CLI, or the agent binary to delegate a prompt or task; no fallback is available.
Skill Claude CodeCodex
Use when invoking Google's Gemini directly through the shared Antigravity, Gemini CLI, or agent fallback chain.
Skill Claude CodeCodex
Use when invoking OpenAI GPT directly through the same Codex CLI or agent fallback used by the codex skill.
Skill Claude CodeCodex
Use when updating one named dependency to a target version everywhere it is pinned across one repository or a fleet.
Skill Claude CodeCodex
Use when updating one runtime or toolchain pin across version files, package metadata, CI, and other repositories.
Skill Claude CodeCodex
Use when bringing every outdated dependency and toolchain pin current across one repository or a fleet.
Skill Claude CodeCodex
Use when packages are out of date across repos; bump dependencies, refresh uv.lock, update .tool-versions/packageManager pins, and commit each.
Skill Claude CodeCodex
Use when cleaning AI slop, verbose commit messages, brittle references, or low-value changes from a branch before review.
Skill Claude CodeCodex
Generate a gold-standard merge commit message from branch diff.
Skill Claude CodeCodex
Refresh an existing PR description to match the branch's current net change, preserving structure and customizations.
Skill Claude CodeCodex
Review a PR description against gold-standard patterns.
Skill Claude CodeCodex
Rewrite an existing PR description from scratch against the branch's current net change, carrying forward context that still matters.
Skill Claude CodeCodex
Generate a gold-standard pull request description from branch diff.
Skill Claude CodeCodex
Use when starting or re-baselining a pytest optimization pass by profiling tests and fixtures without editing the suite.
Skill Claude CodeCodex
Use when benchmarking pytest optimization hypotheses from 00-scan in isolation to identify speedups that beat measured noise.
Skill Claude CodeCodex
Use when ranking validated pytest speedups from 01-benchmark into an approved, ordered, commit-by-commit plan.
Skill Claude CodeCodex
Use when applying an approved pytest optimization plan as separate verified commits with resumable progress.
Skill Claude CodeCodex
Use when a pytest suite or its fixtures are slow and need measured, safety-gated optimization across the full pipeline.
Skill Claude CodeCodex
Rebase current branch onto trunk (origin/master or origin/main), predict and resolve conflicts.
Skill Claude CodeCodex
Use when discovering and confirming the next version from a project's own release scheme before cutting the release.
Skill Claude CodeCodex
Use when cutting a release at an explicit version, including version files, lockfiles, changelog dates, and commit.
Skill Claude CodeCodex
Use when rolling a newly published package release through every maintained consumer repository and verifying CI.
Skill Claude CodeCodex
Use when pulling upstream source or cloning a dependency at its installed version to study internals, read code, or create pinned worktrees.
Skill Claude CodeCodex
Use when screened review findings should be fixed on the current branch, usually as one verified commit per finding.