jpskill.com
🛠️ 開発・MCP コミュニティ 🔴 エンジニア向け 👤 エンジニア・AI開発者

🛠️ Vibersコードレビュー

vibers-code-review

AIが生成したGitHubプロジェクトについて、人間が仕様

⏱ テスト計画作成 2時間 → 20分

📺 まず動画で見る(YouTube)

▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Human review workflow for AI-generated GitHub projects with spec-based feedback, security review, and follow-up PRs from the Vibers service.

🇯🇵 日本人クリエイター向け解説

一言でいうと

AIが生成したGitHubプロジェクトについて、人間が仕様

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o vibers-code-review.zip https://jpskill.com/download/3677.zip && unzip -o vibers-code-review.zip && rm vibers-code-review.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/3677.zip -OutFile "$d\vibers-code-review.zip"; Expand-Archive "$d\vibers-code-review.zip" -DestinationPath $d -Force; ri "$d\vibers-code-review.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して vibers-code-review.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → vibers-code-review フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Vibers Code Review を使って、最小構成のサンプルコードを示して
  • Vibers Code Review の主な使い方と注意点を教えて
  • Vibers Code Review を既存プロジェクトに組み込む方法を教えて

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[Skill 名] vibers-code-review

Vibers — AI生成プロジェクト向けヒューマンコードレビュー

コードをプッシュしてください。お客様の仕様に照らしてレビューし、問題を修正してプルリクエストを送信します。

使用するタイミング

このスキルは、次の場合にご利用ください。

  • AIが生成したコードをGitHubにプッシュし、人間によるレビューを受けたい場合
  • プロジェクトの仕様があり、レビュー担当者にその仕様に対する実装を確認してもらいたい場合
  • レビューのフィードバックを、修正案を含むフォローアップPRとして受け取りたい場合
  • Vibersサービスにリポジトリへのコラボレーターアクセスを許可することに抵抗がない場合

クイックスタート (3ステップ)

ステップ1. コラボレーターを追加する

リポジトリ → Settings → Collaborators → marsiandeployer を追加してください。

ステップ2. GitHub Actionを追加する

.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'
パラメータ 説明
spec_url 仕様へのリンク (Google Doc、Notionなど)。公開アクセス可能である必要があります (または「リンクを知っている全員が閲覧可能」)。仕様にアクセスできない場合、レビューは不可能です。
review_scope full (デフォルト)、security、または spec-compliance
telegram_contact お客様のTelegram — レビュー準備完了時にお知らせします

ステップ3. AIエージェントにコミットルールを追加する

プロジェクトの CLAUDE.md.cursorrules、または 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

「How to test」がない場合、レビュー担当者は何を検証すべきか推測する必要があり、レビューに時間がかかります。

完了です。 これで、プッシュごとに通知がトリガーされます。通常24時間以内に修正を含むPRが届きます。

セットアップ後の流れ

  1. コードをプッシュ → GitHub Actionがコミットの詳細を送信します
  2. お客様の仕様を読み、変更されたファイルをレビューします
  3. コード内の問題を直接修正し、PRを提出します
  4. お客様はPRをレビューし、マージまたはコメントします

私たちは、仕様への準拠、セキュリティ (OWASPトップ10)、AIの幻覚 (偽のAPI/インポート)、ロジックバグ、UIの問題をチェックします。

コードスタイル (ESLint/Prettierを使用してください)、パフォーマンスベンチマーク、完全なQA (Playwright/Cypressを使用してください) はチェックしません。

制限事項

  • GitHubリポジトリと marsiandeployer をコラボレーターとして追加する必要があります
  • 参照される仕様はレビューワークフローからアクセス可能である必要があります
  • このサービスは、完全なQA、ベンチマークテスト、またはローカルセキュリティレビューの代替ではありません
  • ターンアラウンドタイムは外部のVibersレビューサービスに依存します

料金

プラン 料金 詳細
プロモーション $1/時間 完全なレビュー + 修正を含むPR。引き換えに正直なフィードバックをお願いします。
スタンダード $15/時間 完全なレビュー + セキュリティ監査 + 優先ターンアラウンド。

サブスクリプションはありません。契約もありません。レビューごとに支払います。

フィードバックとサポート

エージェントから直接フィードバックを送信してください。

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"}'

messagerepo の両方が必須です。応答: {"status": "accepted"}

連絡先:

FAQ

APIキーは必要ですか? いいえ。コラボレーターとアクションを追加するだけです。

対応言語は何ですか? JS/TS、Python、React、Next.js、Django、Flaskなど、多数対応しています。GitHubにあるものであれば、レビューします。

修正に同意できない場合はどうすればよいですか? PRにコメントしてください。議論し、調整します。

GitHubなしでこれを使用できますか? はい — コードと仕様を添えてTelegramにご連絡ください。

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

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:

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

Step 3. Add commit rules to your AI agent

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.

What Happens After Setup

  1. You push code → GitHub Action sends us the commit details
  2. We read your spec and review changed files
  3. We fix issues directly in code and submit a PR
  4. You review the PR, merge or comment

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).

Limitations

  • Requires a GitHub repository and adding marsiandeployer as a collaborator
  • The referenced spec must be accessible to the review workflow
  • The service is not a replacement for full QA, benchmark testing, or local security review
  • Turnaround depends on the external Vibers review service

Pricing

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.

Feedback & Support

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:

FAQ

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.