Coding agents leave dense commit ranges. Answer two questions before a careful review: where did the work land? and what dependencies moved?
1. Map the range
go install github.com/SybilGambleyyu/gitdigest/cmd/[email protected]
gitdigest origin/main...HEAD -summary
gitdigest -since 24h -ignore testdata/
2. Read dependency changes
go install github.com/SybilGambleyyu/lockglance/cmd/[email protected]
lockglance -git origin/main...HEAD -summary
lockglance -git origin/main...HEAD -only npm,go -summary
lockglance -git origin/main...HEAD -fail-on major
CI
Use both composite actions on a PR: review-with-lockglance.yml.
gitdigest v0.4.0
lockglance v1.0.0- Longer post: https://sybilgambleyyu.github.io/posts/review-agent-prs.html
SOCIAL SHARE CARD GENERATOR