Skill Claude CodeCodex
A guided workflow for reviewing recent code changes, fixing confirmed problems, and preparing Git commits. Git is the system commonly used to track code changes and share them with a team.
Skill Claude CodeCodex
A guided workflow for reviewing recent code changes, fixing confirmed problems, and preparing Git commits. Git is the system commonly used to track code changes and share them with a team.
Skill Claude CodeCodex
Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards. Covers Rust, Go, Python, TypeScript, JavaScript, Java, NestJS, React, Vue, Svelte with language-specific review…
Skill Claude CodeCodex
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive…
Skill Claude CodeCodex
Dual-mode skill for debugging and fix generation. Review Fix Mode: generates concrete diff fixes for issues found in code review (used by review-workflow Step 3). Bug Investigation Mode: debugs unknown bugs using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration.
Skill Claude CodeCodex
A set of personal rules for code reviews, such as acceptable function lengths, required edge-case checks, and testing expectations.