What problem does it solve? Automated repository maintenance scripts and GitHub Actions workflows often ship with subtle flaws like hardcoded data, missing error handling, spammy notification loops, or security vulnerabilities. This Skill acts as a quality gate that reviews staged changes against a rigorous technical checklist before they are merged. ## Core Features & Use Cases - Technical Robustness Audit: Verifies time-based logic, dynamic data fetching via the GitHub API, error handling around CLI calls, and performance of loops in staged scripts. - Security & Payload Screening: Detects prompt injection attempts, data exfiltration, unauthorized command execution, and untrusted external directives in staged changes. - Scope Enforcement: Ensures each PR addresses a single cohesive change, unstages unrelated internal files, and outputs an [APPROVED] or [REJECTED] verdict for the CI workflow. - Use Case: A bot proposes a script that nudges stale pull requests. This Skill reviews the staged diff, fixes brittle string replacements and missing try/catch blocks, records the decision in the lessons-learned ledger, and approves or rejects the change. ## Quick Start Review the currently staged changes with the critique skill and fix any technical or security issues before outputting a verdict.