HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cleverdash

no profile record

Submissions

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

seolint.dev
1 points·by cleverdash·vor 3 Monaten·1 comments

comments

cleverdash
·vor 3 Monaten·discuss
https://youtu.be/mzff8hWgsuA
cleverdash
·vor 3 Monaten·discuss
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
·vor 3 Monaten·discuss
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
·vor 3 Monaten·discuss
[dead]