Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub andrueandersoncs/claude-tla-plus-plugin --plugin tla-plusHow 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...
/reviewReviews staged changes or recent commits across five axes—correctness, readability, architecture, security, performance—producing categorized findings with file:line references and fixes.
/reviewRuns Codex code review on local git state (working tree or vs base branch). Supports --wait/--background, --base <ref>, --scope auto|working-tree|branch.
/reviewInvokes multiple external AI CLIs (Gemini, Claude, Codex, etc.) to independently review a phase plan and produces a structured REVIEWS.md with per-reviewer feedback.
/reviewPerforms an enhanced multi-LLM code review using multiple providers (Codex, Gemini, Claude) and posts inline PR comments. Designed as escalation path beyond standard /review.
/reviewReviews HTML file for design anti-patterns, principles violations, and accessibility issues. Generates markdown report with status tables and recommendations.
/reviewReviews specified code scope via four specialists (quality, security, performance, architecture), producing summary, detailed findings, refactoring suggestions, prioritized action plan.
Share bugs, ideas, or general feedback.
Review the TLA+ specification and provide feedback on: "$ARGUMENTS"
Structure and Style:
Correctness:
Type Safety:
Properties:
Model Checking:
Common Issues to Check:
Output: