---
title: "scg-ai-playbook"
description: "Reusable agent skills for practical AI-assisted development workflows."
canonical: https://agentpluginsdirectory.com/plugins/scg-ai-playbook
last-updated: 2026-09-11
---

# scg-ai-playbook
Reusable agent skills for practical AI-assisted development workflows.
- Slug: scg-ai-playbook
- Publisher: Showcase Gig Inc.
- Repository: https://github.com/showcase-gig-platform/scg-ai-playbook
- Manifest: plugins/scg-ai-playbook/plugin.json
- Version: 0.5.0
- License: Apache-2.0
- Category (editorial): other
- Skills: 5 (coderabbit-review, create-branch, create-commit, create-pr, deps-review)
- MCP servers: 0
- Stars: 4
- Repository created: 2026-01-13
- Repository last pushed: 2026-09-10
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/scg-ai-playbook
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What scg-ai-playbook does, in the publisher's words

Agent Plugins または Claude Code Plugin として利用可能です。 利用可能なスキルは skills/ を参照してください。

Agent Plugins 対応クライアントはルートの plugin.json から skills/ を検出します。 詳細は Agent Plugins の仕様 と Devin の対応形式 を参照してください。

Teams / Enterprise の管理画面で Dashboard → Plugins → Add Marketplace → Import from Repo を選び、showcase-gig-platform/scg-ai-playbook を指定します。 リポジトリ直下の.cursor-plugin/marketplace.json が配布入口です。 利用者は Customize から scg-ai-playbook を選んでインストールします。

- リポジトリ: showcase-gig-platform/scg-ai-playbook
- サブディレクトリ: plugins/scg-ai-playbook
- Agent Plugins manifest
- Agent Plugins JSON Schemas
- Claude Code Plugins reference

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/showcase-gig-platform/scg-ai-playbook/HEAD/plugins/scg-ai-playbook/README.md

## Skills

- coderabbit-review: Use CodeRabbit CLI to receive external code review feedback and address identified issues. Invoke this skill when the user requests CodeRabbit review, or proactively after implementing significant code changes to get feedback and improve code quality.
- create-branch: 現在の変更内容を確認し、適切なブランチ名を提案してブランチを作成するときに使う。ユーザーが「ブランチ作って」「作業用ブランチ切りたい」「変更に合わせてブランチ名を決めて」と言ったとき、または新規作業を始める前にブランチを作りたいときに適用する。git status / diff を確認し、プレフィックス規則（feat/fix/release/epic）に従ってブランチ名を提案し、ユーザー確認後に git checkout -b で作成する。
- create-commit: Gitの変更をステージしてコミットする。「コミットして」「コミットしたい」「変更をコミット」といったリクエストで使用。差分を分析し、whatとwhyを含む適切なコミットメッセージを自動生成する。
- create-pr: GitHub Pull Request を作成するときに使う。PRの作成、差分からのタイトル・本文ドラフト、既存PRテンプレートの適用を依頼された場合に適用する。
- deps-review: 依存関係更新のローカル差分やPRをレビューする。人間・エージェントによる更新、Dependabot・Renovateの更新PRを対象に、upstreamの変更と利用箇所を照合し、根拠付きの判定を返す。

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
