Agent skill · Security

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/vibers-code-review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Quick Start (3 steps)
  3. Step 1. Add collaborator
  4. Step 2. Add GitHub Action
  5. Step 3. Add commit rules to your AI agent
  6. What Happens After Setup
  7. Limitations
  8. Pricing
  9. Feedback & Support
  10. FAQ
Commands it runs
curl -X POST https://vibers.onout.org/feedback \
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going