What problem does it solve? AI-generated code often ships without human verification against the original product spec, leading to spec drift, security holes, and hallucinated APIs. This Skill connects your GitHub repository to the Vibers human review service so every push is checked against your spec and returned as a follow-up PR with fixes. ## Core Features & Use Cases - Spec-Based Human Review: Reviewers compare pushed code against a linked spec document (Google Doc, Notion) and flag deviations. - GitHub Action Integration: A workflow file triggers review on every push to main, with configurable scope (full, security, or spec-compliance). - Fix PRs Delivered: Issues are fixed directly in code and submitted as pull requests, typically within 24 hours. - Use Case: A solo founder building with AI coding agents pushes daily to GitHub; Vibers reviewers verify each commit against the product spec, check OWASP top 10 security issues, and open PRs with corrections. ## Quick Start Set up Vibers review on my GitHub repository by adding the marsiandeployer collaborator, creating the vibers.yml GitHub Action with my spec URL, and adding How-to-test commit rules to my agent instructions.