What problem does it solve? Manually running deep research, validating output quality, and creating pull requests is repetitive and error-prone. This Skill fully automates the pipeline from a research prompt file to a cited, structured research report with quality checks and automated PR merge. ## Core Features & Use Cases - Multi-engine fallback chain: Runs the native /deep-research workflow first, falls back to a claude -p subprocess runner, then to a DIY web research mode (WebSearch/WebFetch) only on actual failure. - Quality gate enforcement: Validates output against a JSON schema with thresholds for fact-check flags, source rank, section count, and citation count, retrying once before escalating. - End-to-end GitHub automation: Locks issues via labels, commits results, opens PRs, monitors AI reviews, and auto-merges on approval. - Use Case: A maintainer labels an issue phase:research and status:waiting-claude; the Skill generates content/research/{ID}_deep_research.md and .json, opens a PR, and merges it after review without manual research work. ## Quick Start Ask the AI to run a deep research on a topic, for example: run a deep research on competitor pricing models and generate the structured report.