bump-version
01Skill Claude CodeCodex
Bump the project version across all files that carry it. Pass the new version as the argument (e.g. /bump-version 0.4.0).
See every reference between every named entity in your codebase — functions, classes, modules, variables — resolved down to the definition.
Skill Claude CodeCodex
Bump the project version across all files that carry it. Pass the new version as the argument (e.g. /bump-version 0.4.0).
Skill Claude CodeCodex
Full code navigation — replaces grep, glob, and file reads. Find symbol definitions, trace callers and callees, read source code, and map module structure. Pass symbol names or questions as arguments.
Skill Claude CodeCodex
Diagnose and fix a bug or unexpected behavior. Traces the problem through the dependency graph, adds logging if needed, and proposes a fix. Use when something is broken, producing wrong output, or behaving unexpectedly.
Skill Claude CodeCodex
Generate a PR description as a Markdown file in .claude/scratch using git history and code analysis. Fills in the project's PR template.
Skill Claude CodeCodex
Plan implementation before writing code. Analyzes codebase structure and dependencies, asks clarifying questions, and writes a scoped implementation spec.