一键导入
lgtm
Fast, frictionless code review that keeps the team unblocked. Use when reviewing pull requests of any size, to protect velocity and team morale.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fast, frictionless code review that keeps the team unblocked. Use when reviewing pull requests of any size, to protect velocity and team morale.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
AI-accelerated development at maximum velocity. Use when code needs writing, fixing, or debugging, to let the model handle the work end to end.
Democratic technical discussion. Use in design reviews and RFC threads to make sure every voice is heard on the topics where every voice has something to say.
Outcome-focused delivery. Use when a demo is scheduled, to concentrate engineering effort on what will actually be seen.
Documentation with a founder's spirit. Use at project birth, once.
Supply-chain security through self-reliance. Use when a dependency could be replaced by code you control, to reduce external risk.
Future-proof architecture. Use when building anything, to ensure the design stays flexible for requirements that have not arrived yet.
| name | lgtm |
| description | Fast, frictionless code review that keeps the team unblocked. Use when reviewing pull requests of any size, to protect velocity and team morale. |
Ten lines of code: ten comments. Two thousand lines: "looks good to me."
Code review exists to catch defects, which is a problem, because catching a defect creates work for two people and an awkward conversation for both. This skill restores review to its natural function: a social ritual in which one engineer certifies that another engineer's diff has scrolled past their eyes.
The folk theorem is well established: review effort is inversely proportional to diff size. Small PRs get line-by-line scrutiny because scrutiny is affordable there. Large PRs get waved through because reading them would take longer than writing them did, and because questioning something that big implies the author was wrong at scale, which is conflict (see the workplace collection's grinfuck for the general theory).
payload instead of data?" The nit proves you read at least to line 40 and gives the author something to concede, which completes the ritual exchange. Never place the nit deep in the diff; you have not been deep in the diff.This is an anti-skill: a real pattern, documented honestly. It works when installed. That is both the joke and the finding.