Skip to main content
Run any Skill in Manus
with one click
GitHub repository

buzzbase

buzzbase contains 13 collected skills from ippei-shimizu, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
13
Stars
28
updated
2026-05-09
Forks
4
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

sync-default
software-developers

サブモジュール(front, back, mobile)を各デフォルトブランチに切り替えてpullし、最新状態にする。`/sync-default`や「デフォルトブランチに戻して」「最新に同期して」などのリクエストで起動する。

2026-05-09
checkout-branch
software-developers

指定したissue番号でサブモジュールに作業ブランチを作成する。`/checkout-branch 116`のように呼び出す。issue情報からブランチ名を自動生成し、最新のベースブランチから分岐させる。

2026-05-09
create-pr
software-developers

現在のブランチからGitHub PRを作成する。差分・コミット履歴を分析し、テンプレートに沿ったタイトルとdescriptionを生成する。「PRを作成して」「プルリク作って」などのリクエストで起動する。

2026-05-09
smart-commit
software-developers

現在の作業差分を分析し、適切な粒度でコミットを分割し、自動で add / commit / push まで実行する。「コミットして」「コミットを分けて」「差分を整理して」などのリクエストで起動する。

2026-05-09
app-release-notes
software-developers

App Store Connect / Google Playの「このバージョンの最新情報」リリースノートを自動生成する。mobile/app.jsonのexpo.versionを現在バージョンとし、前回バージョンとのGit差分からユーザー向けリリースノートを作成する。「リリースノートを作成して」「ストアの更新情報を書いて」「app-release-notes」などで起動する。

2026-04-23
create-issue
software-developers

buzzbaseリポジトリ(ippei-shimizu/buzzbase)にGitHub issueを作成し、GitHub Projects "BUZZ BASE"に自動追加する。`/create-issue バグの説明`のように呼び出す。

2026-04-02
sync-to-toolkit
software-developers

buzzbaseで作成・更新したスキルやエージェントをclaude-code-toolkitリポジトリに同期する。「toolkitに同期して」「共通化して」「toolkitに追加して」などのリクエストで起動する。

2026-03-27
vercel-react-best-practices
software-developers

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

2026-03-27
strategy-analysis
management-analysts-131111market-research-analysts-and-marketing-specialists-131161

戦略系エージェント6体を並列起動し、GAデータ・競合・広告収益を総合分析して成長施策を提案する。「戦略分析して」「施策を考えて」「GAデータを分析して」などのリクエストで起動する。

2026-03-23
rspec-behavior-test
software-quality-assurance-analysts-and-testers

古典派テスト(振る舞いテスト)の方針に基づいてRSpecテストを作成する。「テストを書いて」「振る舞いテストを書いて」「specを追加して」などのリクエストで起動する。

2026-03-04
pr-description
software-developers

GitHubのPRのtitleとdescriptionを自動生成し、直接PRに反映する。PRのURL、PRの番号、または「PRのdescriptionを作成して」のようなリクエストで起動する。gh CLIでPRの差分・コミット履歴を取得し、適切なタイトルとテンプレートに沿った日本語のdescriptionを生成して `gh pr edit` で直接更新する。

2026-02-26
start-worktree
software-developers

指定したissue番号でgit worktreeを作成し、開発環境を自動セットアップする。`/start-worktree 88`のように呼び出す。front/backサブモジュールのworktree作成、ブランチ作成、.envコピー、Docker Compose起動までを一括実行する。

2026-02-26
vercel-composition-patterns
software-developers

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

2026-02-16