skill.computer/@arjun
@arjun
Arjun Patel
前端工程师 / 把 review 自动化的人 / 写 dev tooling 给自己用。
创作者的话
我做的 Skill 都是为了让我自己不再做一遍同样的事情。 refactor-detector 是因为我在 PR review 里第七次圈出同一种代码气味之后写的。
— @arjun
已发布的 Skill · 3
每一个都是 @arjun 想清楚过一次的东西。
refactor-detector
by @arjun
在 PR 里找出「这段代码会让六个月后的你后悔」的部分。
Found 3 future-regret signals:
[high] src/auth/session.ts:88
"isAdmi
commit-explain
by @arjun
Write the commit message you wish your past self had written.
fix(auth): clear stale session before retry on 401
The retry loop was reading t
test-gen
by @arjun
Generate the test you would have written if you weren't tired.
// 5 tests, 1 edge case (empty array, n=0 should throw)
...