From gstack-workflows
Performs a staff-engineer code review on the current git diff, checking for regressions, security issues, error handling gaps, and missing tests before merging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gstack-workflows:gstack-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill as a staff-engineer review pass over the current diff.
Use this skill as a staff-engineer review pass over the current diff.
git status --short.git diff --stat and the focused changed files.Lead with findings, ordered by severity. For each finding include:
If no issues are found, say that clearly and list remaining test gaps or residual risk.
npx claudepluginhub ling71671/open-claudecode --plugin gstack-workflowsReviews code changes for correctness, regressions, security, compatibility, and test coverage before merge. Designed for PRs, branches, or local diffs.
Dispatches six parallel reviewers (security, correctness, conventions, test coverage, architecture, project-alignment) across the current branch diff and merges findings into a categorized markdown report.
Performs structured code reviews checking requirements, quality, and security standards after changes or before merge. Uses git diffs, context snapshots, and blast radius for scope.