git-workflow
25Skill Claude CodeCodex
Convert a working-tree diff into atomic Conventional Commits and a mergeable PR description. Output the splitter plan plus the PR body.
Skill Claude CodeCodex
Convert a working-tree diff into atomic Conventional Commits and a mergeable PR description. Output the splitter plan plus the PR body.
Skill Claude CodeCodex
Prepare a one-page context brief for an MCP-connected tool (Jira / Slack / GitHub / Drive) before invoking it, so the agent acts on a focused slice instead of slurping the whole workspace.
Skill Claude CodeCodex
Score a project across the five production-readiness axes (security, observability, deployment, runbooks, rollback). Output a one-page report ending with a go/no-go verdict.
Skill Claude CodeCodex
Refactor a module under hard written constraints. Output a unified diff that respects every constraint and preserves byte-identical behavior.
Skill Claude CodeCodex
Generate user-facing release notes from a Git diff or changelog. Output groups changes by audience impact, not by commit author.
Skill Claude CodeCodex
Walk a code change (or full release branch) through a 12-item production-readiness checklist and produce a go / no-go report with concrete remediations.
Skill Claude CodeCodex
Run a focused security review of a code change across input validation, authn/z, secrets, dependencies, and data exposure. Output a yes/no checklist plus one concrete patch per issue.
Skill Claude CodeCodex
Generate a real, runnable test suite for a given module. Covers happy path, error paths, and at least one boundary case per public function.