Moves release Phase 2 (tag → publish Release → back-merge main→develop) out of the releasing skill and into CI, so a release finishes automatically when the release PR merges — with no standing…
Leases, insurance notices, job offers, pull requests
Grasp reads the source and writes a brief you can check.
A brief runs three to seven sections. One is receipts, where each claim sits next to the line that supports it. At the end, Grasp lists anything it could not check.
You sign in with GitHub. That is also how Grasp reads the private pull requests you already have access to.
- 01
- Check it against the original.Grasp quotes the line behind each claim and names where that line sits in the source.
- 02
- Grasp never decides for you.It explains what the source says, and it does not write code, suggest a fix, approve, or reject.
Library
Newest briefs
Showing 1-10 of 22 for "code" · Code review
Clear filters and sortFeedback URL: https://demo-nextjs.realrobin.dev/
Five code blocks in the tic-tac-toe tutorial had incorrect highlight ranges — either missing newly-introduced lines or over-highlighting lines already present from a prior step.
createJSONStorage is widely used in examples but lacks type safety and runtime validation — data read from storage is blindly cast to the state type, so corrupt or stale values are silently accepte…
Two README links pointing to ./docs/guides/ 404'd after the docs were reorganized under ./docs/learn/guides/.
This PR addresses part of the problem with the date-fns package becoming way too large:
The set() documentation example says setting hours: 12 changes 2014-09-01 01:23:45 to 12:00:00, but the example output correctly preserves the existing minutes and seconds as 12:23:45.
100 files changed, +1250 −707 in date-fns/date-fns. The author left no usable description, so this brief describes structure only.
This PR fixes an issue where editing a scanned file that Vite (or one of its plugins) can process as a module, but that isn't currently loaded, caused @tailwindcss/vite to force a full page reload,…
This PR fixes an issue where changes to a symlinked file wouldn't result in hot-reload when using @tailwincdss/vite.