What problem does it solve? Automated repository maintenance scripts and GitHub Actions workflows often ship with subtle flaws: hardcoded data, missing error handling, infinite nudge loops, or bundled unrelated changes. This Skill acts as a quality gate that reviews staged changes against a rigorous technical and security checklist before they are merged. ## Core Features & Use Cases - Technical Robustness Audit: Verifies time-based logic, dynamic data fetching via the GitHub API, try/catch error handling, async performance, and correct metrics output formats. - Workflow Integrity Checks: Ensures actor-aware interventions, terminal escalation states, graceful closures, and that each PR addresses exactly one cohesive change. - Security Screening: Detects prompt injection payloads, data exfiltration, unauthorized command execution, and policy violations in staged code. - Use Case: After an investigation phase stages automation script changes, run this Skill to fix flaws directly, unstage internal bot files, and emit [APPROVED] or [REJECTED] for the CI workflow to act on. ## Quick Start Review the currently staged changes with the critique skill, fix any technical issues you find, and output your final verdict.