بنقرة واحدة
lgtm-context
Review Claude's last response in lgtm for line-by-line feedback
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review Claude's last response in lgtm for line-by-line feedback
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | lgtm-context |
| description | Review Claude's last response in lgtm for line-by-line feedback |
| allowed-tools | Bash(bun run *), Bash(bunx *), Bash(tmux *), Read |
Open Claude's last response in lgtm so the user can review it with line-by-line commenting.
When the user wants to review your previous response and provide detailed feedback on specific parts.
Run lgtm with the --context flag and export-on-quit. Check if ${CLAUDE_PLUGIN_ROOT}/node_modules exists to determine the run command:
${CLAUDE_PLUGIN_ROOT}/node_modules exists (local dev):
bun run ${CLAUDE_PLUGIN_ROOT}/src/cli.ts --context --export-on-quit /tmp/lgtm-context-feedback.md
node_modules does not exist (marketplace install):
bunx @hapticdata/lgtm --context --export-on-quit /tmp/lgtm-context-feedback.md
After the TUI exits, read the exported feedback file:
Read /tmp/lgtm-context-feedback.md
Present the user's feedback and address their comments.
This skill requires the CLAUDE_SESSION_ID environment variable to be set, which Claude Code sets automatically.
Note: If the user has LGTM_TMUX=1 set, this will open in a tmux split. Otherwise it opens in the current terminal.