HackerTrans
トップ新着トレンドコメント過去質問紹介求人

moshetanzer

no profile record

投稿

[untitled]

1 ポイント·投稿者 moshetanzer·5 か月前·0 コメント

Ask HN: How are you handling Gmail ending POP3 and Gmailify?

4 ポイント·投稿者 moshetanzer·6 か月前·4 コメント

Show HN: Forward My Inbox – IMAP‑to‑Gmail Forwarding After Gmail Kills POP3

forwardmyinbox.com
2 ポイント·投稿者 moshetanzer·6 か月前·0 コメント

Ask HN: Why do we wait for PR to review obvious slop

1 ポイント·投稿者 moshetanzer·6 か月前·1 コメント

Ask HN: Why does it still make sense to review stupid bugs at PR time?

3 ポイント·投稿者 moshetanzer·6 か月前·3 コメント

[untitled]

1 ポイント·投稿者 moshetanzer·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 moshetanzer·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 moshetanzer·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 moshetanzer·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 moshetanzer·6 か月前·0 コメント

What do you think about a "linter" for code logic?

commitguard.ai
1 ポイント·投稿者 moshetanzer·6 か月前·1 コメント

Just updated CommitGuard's landing page, does it explain the product?

commitguard.ai
1 ポイント·投稿者 moshetanzer·6 か月前·2 コメント

Show HN: Commit-based code review instead of PR-based

commitguard.ai
15 ポイント·投稿者 moshetanzer·6 か月前·4 コメント

New code review tool I made

commitguard.ai
1 ポイント·投稿者 moshetanzer·6 か月前·3 コメント

コメント

moshetanzer
·5 か月前·議論
Yeah that is what we also figured. We are using https://forwardmyinbox.com which works quite well.
moshetanzer
·6 か月前·議論
Ask HN,

It feels increasingly backwards that PR reviews are where we catch basic bugs, style issues, and convention violations.

With AI writing a large chunk of code now, the volume of small, avoidable mistakes has gone up. Yet we still wait until PRs to point out things that could have been flagged instantly, pre-commit, on the author’s machine.

PR review should be about design, correctness, and tradeoffs — not “missing await”, inconsistent patterns, or obvious slop.

Is there a good reason pre-commit review isn’t the norm, or are we just accepting an inefficient workflow because it’s familiar?

Curious how others see this.
moshetanzer
·6 か月前·議論
https://commitguard.ai code reviews that are faster than linter that auto run pre commit and fully configurable.
moshetanzer
·6 か月前·議論
Most code review happens at PR time, after code is already written, tested, and context is gone.

With more AI-written code, tests pass but logic issues still slip through. Would earlier, pre-commit code reviews make more sense?

I’m exploring this idea with a tool that reviews logic at commit time — curious how others think about timing reviews earlier.
moshetanzer
·6 か月前·議論
Hey.
moshetanzer
·6 か月前·議論
Linters are great for style and syntax, but logic errors still rely heavily on human review. Do you think a linter for code logic - for example: risky condition changes, missing error handling, inconsistent early returns, or unsafe null/undefined assumptions - would be useful in practice if it ran at lint-stage or commit time?

Curious to hear what would actually help
moshetanzer
·6 か月前·議論
Hi HN,

I spent some time improving the CommitGuard landing page to make it clearer and more direct about what the tool does.

I’d love your honest feedback, does it make sense at a glance? Any suggestions for improvement?

https://commitguard.ai
moshetanzer
·6 か月前·議論
Yip this won’t help them. Though I sure help there aren’t a lot of them ;)
moshetanzer
·6 か月前·議論
i like the idea v nice
moshetanzer
·6 か月前·議論
its not :)
moshetanzer
·6 か月前·議論
I have found that PR based code reviews are two noisy and non configurable. Also unpredictable as to when they will run or if all is ok. Also it is never clear who’s problem it is (more like no one is intrested in dealing with it or it is just ignored totally)

So I created this tool that runs on commit. It is easily configurable and bypassable.

Would love to hear what community thoughts are on this idea.

You can also add custom prompts, choose context option and severity.