What problem does it solve? Software deliverables in a multi-agent development workflow need consistent, rigorous quality and security review before deployment. This Skill provides a standard operating procedure for auditing code against Gherkin BDD acceptance criteria, OWASP Top 10 vulnerabilities, and GCP IAM least-privilege rules, then emitting a machine-readable verdict. ## Core Features & Use Cases - Gherkin Compliance Auditing: Verifies each Scenario's Given/When/Then steps against actual code behavior, including all five frontend UX states (Ideal, Loading, Error, Empty, Degraded). - Security & IAM Inspection: Checks for injection flaws, broken authentication, hardcoded secrets, and over-privileged GCP service account roles. - Strict JSON Verdict Output: Produces a PASS/FAIL JSON payload consumed by the orchestration circuit breaker to trigger deployment or remediation. - Use Case: As the qa_sec agent, audit a backend pull request against TICKET-BACKEND-042's acceptance criteria, detect a hardcoded API key, and return a FAIL verdict with actionable remediation feedback. ## Quick Start Audit the pull request for TICKET-BACKEND-042 against its Gherkin acceptance criteria and OWASP security baselines, then return the verdict as strict JSON.