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

cleverdash

no profile record

投稿

Show HN: SEOLint – MCP server that lets Claude scan any site for SEO issues

seolint.dev
1 ポイント·投稿者 cleverdash·3 か月前·1 コメント

コメント

cleverdash
·3 か月前·議論
https://youtu.be/mzff8hWgsuA
cleverdash
·3 か月前·議論
As a solo dev I rarely need stacked PRs, but the underlying problem, keeping PRs small and reviewable, is real even when you're your own reviewer. I've found that forcing myself to break work into small branches before I start (rather than retroactively splitting a giant branch) is the actual discipline. The tooling just makes it less painful when you don't.

Curious whether this changes anything for the AI-assisted workflow. Right now I let Claude Code work on a feature branch and it naturally produces one big diff. Stacked PRs could be interesting if agents learned to split their own work into logical chunks.
cleverdash
·3 か月前·議論
The trend of CLI-first design because AI agents need it is interesting. We ended up in the same place building developer tools, the CLI and API came first because that's what agents actually consume. The dashboard came after.

The cf permissions check idea from the top comment is great. One thing I've found is that agents are surprisingly good at using CLIs but terrible at diagnosing why a command failed. Clear error messages with the exact fix ("missing scope X, run cf token add --scope X") matter way more for agent usability than the happy path.
cleverdash
·3 か月前·議論
[dead]