rlajous

35 mods across 1 repository, 30 stars between them.

git-workflow

02

rlajous/claude-code-commands

Plugin Claude Code

Production-ready Git workflow automation for pull requests, releases, QA, code review, and local notifications.

30 2d ago A tokens not measured original MIT

comment-analyzer

05

rlajous/claude-code-commands

Agent

Review changed comments and docstrings for accuracy, usefulness, and comment rot. Use during pull-request review or documentation audits.

30 2d ago A 28 tokens original MIT

pr-reviewer

06

rlajous/claude-code-commands

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.

30 2d ago A 37 tokens original MIT

pr-test-analyzer

07

rlajous/claude-code-commands

Agent

Review pull-request tests for behavioral coverage, edge cases, negative paths, and regression gaps. Use before merge or when tests change.

30 2d ago A 31 tokens original MIT

qa-executor

08

rlajous/claude-code-commands

Agent

Executes QA test plans with detailed reporting. Specialized for API testing and event verification.

30 2d ago A 21 tokens original MIT

rlajous/claude-code-commands

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.

30 2d ago A 45 tokens original MIT

rlajous/claude-code-commands

Agent

Analyze new or changed types for encapsulation, invariant expression, usefulness, and enforcement. Use during pull-request review or type refactors.

30 2d ago A 32 tokens original MIT

rlajous/claude-code-commands

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.

30 2d ago A 43 tokens original MIT

PostToolUse

13

rlajous/claude-code-commands

Hook

Runs after a tool call finishes for Bash tool calls, executing review-commit.sh via bash with --host. From rlajous/claude-code-commands.

30 2d ago A tokens not measured original MIT

Stop

14

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.

30 2d ago A tokens not measured original MIT

change-brief

15

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…

30 2d ago A 118 tokens original MIT

clean-gone

16

rlajous/claude-code-commands

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".

30 2d ago A 65 tokens original MIT

commit

17

rlajous/claude-code-commands

Skill Claude CodeCodex

Stage and commit changes with proper formatting following repo conventions.

30 2d ago A 12 tokens original MIT

finish

18

rlajous/claude-code-commands

Skill Claude CodeCodex

Create a pull request with comprehensive description following repo best practices.

30 2d ago A 13 tokens original MIT

notifications

19

rlajous/claude-code-commands

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.

30 2d ago A 59 tokens original MIT

plan-tdd

21

rlajous/claude-code-commands

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…

30 2d ago A 104 tokens original MIT

release

23

rlajous/claude-code-commands

Skill Claude CodeCodex

Create a release branch and PR to main with auto-extracted changes from staging.

30 2d ago A 17 tokens original MIT

review-request

24

rlajous/claude-code-commands

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…

30 2d ago A 86 tokens original MIT