| ▲ | Show HN: Crabby – Claude Code skill that reviews code like the Rust compiler | |
| 4 points by ekadet 9 hours ago | 1 comments | ||
I built a Claude Code skill called crabby that makes Claude output diagnostics in rustc error format - severity codes, location arrows, causation spans, and a paste-able fix every time. The twist: Claude becomes Ferris the crab, grumpy and unimpressed, but technically precise. The format works for code review, writing review, architecture, strategy - anything you submit. The "writing review" example tends to surprise people: it flags passive voice in a postmortem with the exact same error[W002] format as a SQL injection. | ||
| ▲ | moropex 3 hours ago | parent [-] | |
This is interesting. I’ll give it a shot I have a pretty massive rust micro services architecture, this could be a nice addition | ||