vibers-code-review

Configures human code review for AI-generated GitHub projects via a GitHub Action.

1|Updated Jul 20, 2026
One-click install
npx skills add https://github.com/gonzoblasco/ai-developer-stack --skill vibers-code-review-gonzoblasco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: vibers-code-review
Source: https://github.com/gonzoblasco/ai-developer-stack/tree/main/tools-automation/vibers-code-review
Command: npx skills add https://github.com/gonzoblasco/ai-developer-stack --skill vibers-code-review-gonzoblasco

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about vibers-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up human code review for AI-generated code on GitHub?▼

Add marsiandeployer as a repository collaborator, create a .github/workflows/vibers.yml file using the marsiandeployer/vibers-action GitHub Action with your spec URL, and push to main. Reviewers check the code and return a PR with fixes, usually within 24 hours.

What does the Vibers review check in my code?▼

Vibers checks spec compliance, OWASP top 10 security issues, AI hallucinations such as fake APIs or imports, logic bugs, and UI issues. It does not cover code style, performance benchmarks, or full QA, which should be handled by linters and test frameworks.

Does Vibers code review require an API key?▼

No API key is needed. Setup only requires adding the marsiandeployer GitHub account as a repository collaborator and configuring the GitHub Action with a publicly accessible spec URL and your Telegram contact.

What programming languages does Vibers support for review?▼

Vibers reviews JavaScript, TypeScript, Python, React, Next.js, Django, Flask, and other languages. Any project hosted on GitHub can be submitted for review through the action.

What are the limitations of the Vibers review service?▼

The service requires granting collaborator access to your repository and a publicly accessible spec document. It is not a replacement for full QA, benchmark testing, or local security review, and turnaround depends on the external review team's availability.