How this command is triggered — by the user, by Claude, or both
Slash command
/tla-plus:reviewThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Review TLA+ Specification Review the TLA+ specification and provide feedback on: "$ARGUMENTS" ## Review Checklist 1. **Structure and Style**: - Proper module header with documentation - Clear separation of constants, variables, operators - Consistent naming conventions - Adequate comments explaining intent 2. **Correctness**: - Init covers all variables - Next is complete (all possible transitions) - Actions have proper preconditions - UNCHANGED clauses are correct - No unintended variable shadowing 3. **Type Safety**: - TypeInvariant is defined - All...
Review the TLA+ specification and provide feedback on: "$ARGUMENTS"
Structure and Style:
Correctness:
Type Safety:
Properties:
Model Checking:
Common Issues to Check:
Output:
npx claudepluginhub andrueandersoncs/claude-tla-plus-plugin --plugin tla-plus/reviewConducts a five-axis code review of staged or recent changes covering correctness, readability, architecture, security, and performance. Outputs categorized findings with file:line references and fix recommendations.
/reviewRuns Codex code review on local git state — working tree, branch diff, or against a base ref. Supports foreground/background and scope options.
/reviewReviews code changes using OpenCodeReview (OCR) and autonomously applies high-confidence fixes. Supports workspace mode, commit range, and optional background requirement context.
/reviewRequests cross-AI peer review of phase plans from external AI CLIs (Gemini, Claude, Codex, OpenCode, Qwen, Cursor) and writes structured REVIEWS.md with per-reviewer feedback.
/reviewPerforms a multi-LLM code review with inline PR comments, checking availability of several supplemental model providers before running the enhanced review workflow.
/reviewReviews an HTML design file for anti-patterns, design principles, and accessibility issues, producing a structured markdown report.