con un clic
lgtm
Launch lgtm TUI to review a markdown file with line-by-line commenting
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Launch lgtm TUI to review a markdown file with line-by-line commenting
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| 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>"