npx claudepluginhub masseater/claude-code-plugin --plugin code-reviewThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
現在のブランチの変更内容を分析し、レビュアーが理解しやすいように関心ごと単位で論理的なコミットに整理してください。
git statusで変更ファイル一覧を取得git diffで未ステージの変更を確認git diff --stagedでステージ済みの変更を確認git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/@@'
git remote show origin | grep 'HEAD branch' | awk '{print $NF}'で確認以下の観点で変更をグループ化:
📊 変更内容の分析結果
━━━━━━━━━━━━━━━━━━━━━━━━━━━
合計: X ファイル変更
🎯 推奨コミット構成:
[1] feat: [機能の説明]
影響ファイル:
- src/components/NewFeature.tsx
- src/hooks/useNewFeature.ts
[2] fix: [バグ修正の説明]
影響ファイル:
- src/utils/calculation.ts
[3] refactor: [リファクタリング内容]
影響ファイル:
- src/components/OldComponent.tsx
[4] chore: [その他の変更]
影響ファイル:
- package.json
- tsconfig.json
━━━━━━━━━━━━━━━━━━━━━━━━━━━
ユーザーに以下を確認:
承認後、以下の手順で実行:
git resetgit add [files]<type>(<scope>): <subject>
<body>
<footer>
Type:
git log --oneline [デフォルトブランチ]..HEADでデフォルトブランチからの差分コミットを表示git diff [デフォルトブランチ]...HEAD --statで変更ファイルの統計を確認$ARGUMENTS