一键导入
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Human review workflow for AI-generated GitHub projects with spec-based feedback, security review, and follow-up PRs from the Vibers service.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | vibers-code-review |
| description | Human review workflow for AI-generated GitHub projects with spec-based feedback, security review, and follow-up PRs from the Vibers service. |
| risk | critical |
| source | https://github.com/marsiandeployer/vibers-action |
| date_added | 2026-03-17 |
You push code. We review it against your spec, fix issues, and send a PR.
Use this skill when:
Go to your repo → Settings → Collaborators → Add marsiandeployer
Create .github/workflows/vibers.yml:
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 impossible. |
review_scope | full (default), security, or spec-compliance |
telegram_contact | Your Telegram — we'll message you when review is ready |
Add this block to your project's CLAUDE.md, .cursorrules, or AGENTS.md:
## Commit messages
Every commit MUST include a "How to test" section in the body:
- Live URL to open and verify the change
- Step-by-step what to click/check
- Test credentials if login is required
- Expected result for each step
Example:
feat: Add user registration form
How to test:
- Open https://myapp.vercel.app/register
- Fill in email/password, submit
- Check that confirmation email arrives
- Try submitting with invalid email — should show error
- Login: test@example.com / demo123
Without "How to test" the reviewer has to guess what to verify, and the review takes longer.
Done. Now every push triggers a notification. You'll get a PR with fixes, usually within 24 hours.
We check: spec compliance, security (OWASP top 10), AI hallucinations (fake APIs/imports), logic bugs, UI issues.
We don't check: code style (use ESLint/Prettier), performance benchmarks, full QA (use Playwright/Cypress).
marsiandeployer as a collaborator| Plan | Rate | Details |
|---|---|---|
| Promo | $1/hour | Full review + PRs with fixes. We ask for honest feedback in return. |
| Standard | $15/hour | Full review + security audit + priority turnaround. |
No subscriptions. No contracts. Pay per review.
Send feedback directly from your agent:
curl -X POST https://vibers.onout.org/feedback \
-H 'Content-Type: application/json' \
-d '{"message": "Your question or issue", "repo": "https://github.com/you/your-repo"}'
Both message and repo are required. Response: {"status": "accepted"}.
Contacts:
Do I need an API key? No. Add collaborator + action, that's it.
What languages? JS/TS, Python, React, Next.js, Django, Flask, and more. If it's on GitHub, we review it.
What if I disagree with a fix? Comment on the PR. We discuss and adjust.
Can I use this without GitHub? Yes — write to Telegram with your code and spec.
Expert security auditor for AI Skills and Bundles. Performs non-intrusive static analysis to identify malicious patterns, data leaks, system stability risks, and obfuscated payloads across Windows, macOS, Linux/Unix, and Mobile (Android/iOS).
Development skill from everything-claude-code
Generate structured PR descriptions from diffs, add review checklists, risk assessments, and test coverage summaries. Use when the user says "write a PR description", "improve this PR", "summarize my changes", "PR review", "pull request", or asks to document a diff for reviewers.
Especialista profundo em Claude Code - CLI da Anthropic. Maximiza produtividade com atalhos, hooks, MCPs, configuracoes avancadas, workflows, CLAUDE.md, memoria, sub-agentes, permissoes e...
CRITICAL: Use for makepad-skills self-evolution and contribution. Triggers on: evolve, evolution, contribute, contribution, self-improve, self-improvement, add pattern, new pattern, capture learning, document solution, hooks, hook system, auto-trigger, skill...
Use this skill for Hugging Face Dataset Viewer API workflows that fetch subset/split metadata, paginate rows, search text, apply filters, download parquet URLs, and read size or statistics.