From openspec-toolkit
This skill launches the quality-gate agent for a go/no-go verdict after implementing an OpenSpec change. Use after /opsx:apply and before archiving, when asked to "review and prepare to archive" a change, or as a final quality gate. For a comprehensive review with error handling and test quality analysis, use /review instead.
npx claudepluginhub pmco23/claude-code-openspec-toolkitThis skill uses the workspace's default tool permissions.
Launch the `quality-gate` agent to run spec compliance + security scan + code quality audit in an isolated context. Only the go/no-go report enters the main conversation.
Validates implementation against change artifacts using /opsx:verify, checking completeness, correctness, and coherence. Categorizes issues as CRITICAL, WARNING, SUGGESTION before archiving.
Performs read-only QA on post-execute code changes, analyzing changed areas for input validation, control flow, data flow correctness, and risks. Reports to memory-bank/qa/ without modifications.
Reviews code changes from MRs/PRs, local commits, or uncommitted files for document compliance, content quality (architecture, tests, observability), and end-to-end consistency (User Story to observability).
Share bugs, ideas, or general feedback.
Launch the quality-gate agent to run spec compliance + security scan + code quality audit in an isolated context. Only the go/no-go report enters the main conversation.
If a change name was provided, pass it to the agent. Otherwise, the agent auto-detects the most recent active change.
Launch the quality-gate agent using the Agent tool. It will return a single go/no-go report.
The agent returns:
## Quality Gate: <change-name>
### Verdict: GO / NO-GO
### Spec Compliance
- [x] Task 1: description — done
- [ ] Task 2: description — incomplete (detail)
### Security (blocks GO)
- CRITICAL: [finding with file:line]
### Code Quality
- HIGH / MEDIUM / LOW findings
If GO → suggest /opsx:archive → /commit → /pr
If NO-GO → list what to fix, suggest re-running after fixes.
/opsx:apply and before /opsx:archive/review)Load the post-apply skill and review the add-dark-mode change