vibers-code-review
Human review workflow for AI-generated GitHub projects with spec-based feedback, security review, and follow-up PRs from the Vibers service.
npx skills add sickn33/agentic-awesome-skills --skill vibers-code-review --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Vibers — Human Code Review for AI-Generated Projects You push code. We review it against your spec, fix issues, and send a PR. ## When to Use Use this skill when: - You want human review for AI-generated code pushed to GitHub - You have a project spec and want reviewers to check implementation against it - You want review feedback delivered as a follow-up PR with suggested fixes - You are comfortable granting the Vibers service collaborator access to the repository ## Quick Start (3 steps) ### Step 1. Add collaborator Go to your repo → Settings → Collaborators → Add **`marsiandeployer`** ### Step 2. Add GitHub Action Create `.github/workflows/vibers.yml`: ```yaml name: Vibers Code Review on: push: branches: [main] jobs: review: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 2 - uses: marsiandeployer/vibers-action@v1 with: spec_url: 'https://docs.google.com/document/d/YOUR_SPEC_ID/edit' telegram_contact: '@your_telegram' ``` | Parameter | What it does | |-----------|-------------| | `spec_url` | Link to your spec (Google Doc, Notion, etc.). **Must be publicly accessible** (or "anyone with the link can view"). Without access to spec, review is impossib
- When to Use
- Quick Start (3 steps)
- Step 1. Add collaborator
- Step 2. Add GitHub Action
- Step 3. Add commit rules to your AI agent
- What Happens After Setup
- Limitations
- Pricing
- Feedback & Support
- FAQ
curl -X POST https://vibers.onout.org/feedback \
What does the vibers-code-review skill do?
Human review workflow for AI-generated GitHub projects with spec-based feedback, security review, and follow-up PRs from the Vibers service.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill vibers-code-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.