What problem does it solve? Manually checking code against coding standards, quality gates, and government compliance rules is slow and error-prone. This Skill automates the full review pipeline for Conduction Nextcloud apps, running PHPCS, PHPMD, Psalm, PHPStan, ESLint, and Stylelint, then reporting violations with concrete fixes. ## Core Features & Use Cases - Automated Quality Pipeline: Runs PHPCS, PHPMD, Psalm, PHPStan, ESLint, and Stylelint against changed files and computes a composite quality score with a 90% pass threshold. - Pattern Compliance Checks: Verifies Conduction-specific conventions such as constructor DI with private readonly, mandatory named arguments, Pinia stores, native fetch, and Nextcloud component usage. - Dutch Government Standards Review: Checks EUPL-1.2 SPDX headers, publiccode.yml presence, NLGov REST API rules, WCAG 2.1 AA, AVG/GDPR, OWASP ASVS Level 2, and BIO2 secure coding. - Use Case: Before merging a pull request that adds webhook support to a Nextcloud app, run the reviewer to get a PASS/FAIL quality gate table, a MUST FIX list (e.g., missing SPDX headers, missing named arguments), and auto-fix commands like composer cs:fix. ## Quick Start Ask the reviewer to review all uncommitted changes in the current project and report the quality gate result with violations and fixes.