Plugin Claude Code
Plugin marketplace listing 1 plugin: git-workflow.
Plugin Claude Code
Plugin marketplace listing 1 plugin: git-workflow.
Plugin Claude Code
Production-ready Git workflow automation for pull requests, releases, QA, code review, and local notifications.
Instructions file CodexOpenCode
Instructions for rlajous/claude-code-commands, covering git workflow contributor guidance, source of truth, runtime conventions and validation.
Instructions file
Instructions for rlajous/claude-code-commands, covering claude.md, behavioral guidelines, repository structure, skills format and marketplace format.
Agent
Review changed comments and docstrings for accuracy, usefulness, and comment rot. Use during pull-request review or documentation audits.
Agent
Review pull requests and code changes for correctness, security, performance, test coverage, and maintainability when a review workflow delegates this role or the user requests it directly.
Agent
Review pull-request tests for behavioral coverage, edge cases, negative paths, and regression gaps. Use before merge or when tests change.
Agent
Executes QA test plans with detailed reporting. Specialized for API testing and event verification.
Agent
Validates release readiness by checking tests, build, dependencies, and changelog. Use before creating a release.
Agent
Review changed code for swallowed errors, overly broad catches, misleading fallbacks, and failures that are logged but not surfaced. Use during pull-request review or when the user asks specifically about error handling.
Agent
Analyze new or changed types for encapsulation, invariant expression, usefulness, and enforcement. Use during pull-request review or type refactors.
Agent
Compare two dependency, framework, stack, or API versions and report breaking changes, deprecations, behavioral changes, and concrete migration steps. Use for upgrades and breaking-release documentation.
Hook
Runs after a tool call finishes for Bash tool calls, executing review-commit.sh via bash with --host. From rlajous/claude-code-commands.
Hook
Runs when the agent finishes a response, executing agent-complete.py via python3 with --host. From rlajous/claude-code-commands.
Skill Claude CodeCodex
Turn a pull request into a concise, self-contained HTML decision brief with business logic, diagrams when useful, conditional UI/mobile screenshots, API cURL request/response evidence, risks, verification, and representative before/after code. Use when the user asks to "explain this change as HTML", "before/after…
Skill Claude CodeCodex
Delete local Git branches whose upstream was deleted on the remote ("[gone]"), and remove any worktrees attached to them. Use when the user asks to clean up merged/stale branches, prune gone branches, tidy local branches after merging PRs, or "delete branches that are gone on the remote".
Skill Claude CodeCodex
Stage and commit changes with proper formatting following repo conventions.
Skill Claude CodeCodex
Create a pull request with comprehensive description following repo best practices.
Skill Claude CodeCodex
Configure and diagnose opt-in desktop notifications for completed Claude Code or Codex turns and new reviews on pull requests you authored. Use when the user asks to enable agent-finished alerts, watch approvals or requested changes on their PRs, inspect notification configuration, or get the background daemon command.
Skill Claude CodeCodex
Generate QA test plan YAML from ticket.
Skill Claude CodeCodex
Turn a plain-language feature or module description into a reviewed TDD plan. Ask clarifying questions when context is missing, then design behavior cycles and assertions with edge, error, and security scenarios made explicit, and emit a self-contained HTML brief plus a machine-readable YAML plan that /tdd can…
Skill Claude CodeCodex
Enhance GitHub release with detailed notes after release PR is merged to main.
Skill Claude CodeCodex
Create a release branch and PR to main with auto-extracted changes from staging.
Skill Claude CodeCodex
Draft a short, paste-ready message asking teammates to review a pull request. Pulls the PR title, link, size, and CI status via the gh CLI, and reviewers from project config. Use when the user asks to "request review", "ask for a review", "ping for review", "post the PR", "announce the PR", or wants a one-liner to…