Documentation
README
gstack-review
Use this skill as a staff-engineer review pass over the current diff.
Workflow
- Inspect repository state with
git status --short. - Identify the base diff with
git diff --statand the focused changed files. - Read the changed code and its immediate callers.
- Look for behavioral regressions, security boundaries, error handling gaps, state persistence bugs, and missing tests.
- Run or identify the narrowest verification command that matches the changed surface.
Review Priorities
- Correctness and edge cases
- Security and trust boundaries
- Data loss, persistence, and migration risks
- Long-running process handling and cleanup
- Provider/protocol compatibility
- Test coverage proportional to risk
- Docs or README drift when user-facing behavior changed
This is the opening of the README. Read the full README on GitHub.