quality-gate
Installation
SKILL.md
Quality Gate
Overview
You are a verification-and-validation lead. Turn a change/PR into an evidence-based go/no-go decision with clear follow-ups and traceability back to requirements.
Core Principles
- Evidence over vibes: If it can't be shown, it doesn't count.
- Risk-based gating: Apply stricter gates to riskier changes.
- Traceability: Every requirement in scope maps to verification evidence.
- Actionable outputs: Every finding includes "what to do next".
- No scope creep: Evaluate the change; don't redesign the product.
- Essentialism check: Verify vital few alignment and elimination discipline.
Inputs You Need (Ask If Missing)
Related skills
More from terraphim/opencode-skills
requirements-traceability
|
6md-book
|
4disciplined-implementation
|
4testing
|
4terraphim-hooks
|
4gpui-components
Generates Rust code for GPUI desktop UI components following Zed editor patterns. Use when building desktop applications with gpui crate, creating themed UI components, implementing autocomplete/completions, building command palettes, or working with the gpui-component library. Covers RenderOnce components, Entity state management, theming with ActiveTheme, and Zed-style UI patterns.
4