What problem does it solve? AI-generated files often ship with formatting errors, missing frontmatter fields, security issues, or logic flaws that require manual rework. This Skill enforces an automatic review-fix-re-review loop on every file the AI writes, so deliverables meet quality standards before reaching the user. ## Core Features & Use Cases - Automatic review pipeline: Triggers after every write_to_file or replace_in_file call on .md, code, config, and script files, with specialized checks for Skill files (YAML frontmatter, AI description layer) and Rules files (alwaysApply, enabled, updatedAt fields). - Closed-loop fixing with limits: Classifies issues as P0/P1/P2, auto-fixes them, and re-runs full review up to 3 rounds before escalating unresolved problems to the user. - Complex-scenario escalation: Detects complex changes (multi-file edits, core logic, bug fixes, key paths) and automatically invokes the challenger skill for second-pass questioning, then filters the challenge report by code vs. non-code layers. - Use Case: After the AI writes a new Python script with exception handling and data persistence, the Skill runs code-review, fixes missing docstrings, judges the change as complex, invokes challenger for deep questioning, and delivers a filtered report highlighting only the issues that truly need attention. ## Quick Start Ask the AI to write or modify any Markdown or code file and let the automatic review loop validate and fix it before delivery.