From GSD Core
Routes code quality, security, UI, and debugging requests to specialized review skills. Invokes gsd-code-review, gsd-audit-uat, gsd-secure-phase, gsd-eval-review, gsd-ui-review, gsd-debug, and others based on user intent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core:gsd-ns-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
Route to the appropriate quality / review skill based on the user's intent.
Route to the appropriate quality / review skill based on the user's intent.
gsd-code-review-fix was absorbed by gsd-code-review --fix in #2790.
| User wants | Invoke |
|---|---|
| Review code for quality and correctness | gsd-code-review |
| Auto-fix code review findings | gsd-code-review --fix |
| Audit UAT / acceptance testing | gsd-audit-uat |
| Security review of a phase | gsd-secure-phase |
| Evaluate AI response quality | gsd-eval-review |
| Review UI for design and accessibility | gsd-ui-review |
| Validate phase outputs | gsd-validate-phase |
| Debug a failing feature or error | gsd-debug |
| Forensic investigation of a broken system | gsd-forensics |
| Autonomous audit-to-fix pipeline | gsd-audit-fix |
| Cross-AI peer review of plans | gsd-review |
| Generate a UI design contract | gsd-ui-phase |
Invoke the matched skill directly using the Skill tool.
npx claudepluginhub open-gsd/gsd-coreOrchestrates multi-phase code reviews with specialized agents covering quality, architecture, security, performance, testing, and docs. Supports framework configs like React, Django.
Runs adversarial multi-agent code audits with challenge/verify pipeline. Use for deep quality reviews, not quick PR screening (use /preview for that).
Performs stage 2 code quality review (SOLID, DRY, security, test quality). Requires spec-review to pass first. Triggered by 'quality review' or /review stage 2.