tomplex-lgtm
01Plugin Claude Code
Plugin marketplace listing 1 plugin: lgtm.
Plugin Claude Code
Plugin marketplace listing 1 plugin: lgtm.
Plugin Claude Code
Web-based code review UI with AI-powered analysis for collaborative code review sessions.
Skill Claude CodeCodex
Use when the maintainer asks to "release lgtm", "cut a release for lgtm", or "ship a new lgtm version". Drives the full release process: pre-flight gates, version bump, CHANGELOG entry, commit, tag, push, and GitHub Release. Maintainer-only — do not invoke for unrelated requests.
MCP server Claude CodeCodexCursor
MCP server "lgtm", hosted remotely at localhost, as configured in tomplex/lgtm.
Instructions file
Claude Code instructions for tomplex/lgtm, covering claude.md, build & dev, testing, linting & formatting and architecture.
Command
Register the current project with LGTM for code review.
Hook
Runs when a session starts, executing ensure-server.sh via bash. From tomplex/lgtm.
Skill Claude CodeCodex
Generate analysis for an LGTM review session — classifies every file by priority, phase, summary, and category, then produces an overview, review strategy, and thematic groupings. Use when the user asks to analyze a branch for review, or when code is mostly done and a review session is active.
Skill Claude CodeCodex
Use when the user asks to register a project for review, start a code review, open LGTM, analyze changes, or mentions LGTM. Also use when the user says they're done with a task and explicitly asks for a review.
Skill Claude CodeCodex
Generate full review preparation for an LGTM session: classification (analyze) + narrated walkthrough. Convenience skill that chains /lgtm analyze and /lgtm walkthrough. Use when the user asks to prepare a review, or wants everything ready before opening the UI.
Skill Claude CodeCodex
Refresh an existing LGTM analysis incrementally — re-classify only files whose diff has changed since the last analysis. Use after making commits on a long- lived branch when you want to keep the analysis layer fresh without redoing the full classification pass. Falls back to a full /lgtm analyze run if no prior…
Skill Claude CodeCodex
Generate a narrated walkthrough for an LGTM review session. Produces an ordered sequence of logical-change stops with titles, narratives, and artifact references. Use when the user asks to build a walkthrough, or when /lgtm prepare chains into this skill.