with one click
lgtm
Launch lgtm TUI to review a markdown file with line-by-line commenting
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Launch lgtm TUI to review a markdown file with line-by-line commenting
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | lgtm |
| description | Launch lgtm TUI to review a markdown file with line-by-line commenting |
| argument-hint | <file-path> [--stdin] |
| allowed-tools | Bash(bun run *), Bash(bunx *), Bash(tmux *), Read |
Launch lgtm to review the specified markdown file or piped content.
/lgtm path/to/plan.md # Opens TUI for review (auto-spawns in tmux pane) /lgtm @CLAUDE.md # @ prefix is stripped automatically /lgtm --stdin # Review content piped from stdin
Opens an interactive TUI for reviewing markdown documents with:
When this skill is invoked, follow these steps:
$ARGUMENTS. If it starts with @, strip that prefix. Ignore --tmux if present (it's automatic)./tmp/lgtm-export-{basename-without-extension}.md${CLAUDE_PLUGIN_ROOT}/node_modules exists to determine the run command. The --export-on-quit flag automatically enables tmux mode and waits for the user to quit.
${CLAUDE_PLUGIN_ROOT}/node_modules exists (local dev):
bun run ${CLAUDE_PLUGIN_ROOT}/src/cli.ts "<resolved-file-path>" --export-on-quit "<export-path>"
node_modules does not exist (marketplace install):
bunx @hapticdata/lgtm "<resolved-file-path>" --export-on-quit "<export-path>"