By ronnnnn
Git/GitHub ワークフロー向けスキル (コミット、PR 作成、PR レビュー、レビュー修正、PR 更新、PR 解説、PR ステータス、ローカルレビュー、CI 分析・修正、PR 監視・自動修正、worktree 構成変換)
PR の CI (GitHub Actions 等) の失敗内容とその原因を調査する subagent。pr-ci スキルや他の agent が CI 失敗の詳細分析を必要とする際に Task ツールから呼び出される。 <example> Context: PR の CI が失敗しており、原因を調査したい user: "CI がこけているので原因を調べて" assistant: "CI の失敗原因を調査します。" <commentary> ユーザーが CI 失敗の原因調査を依頼したとき、この agent を起動して gh CLI でログを取得・分析する。 </commentary> </example> <example> Context: PR を作成した後、CI チェックが失敗した user: "PR の CI が赤くなっている、何が原因?" assistant: "CI の失敗ログを取得して原因を分析します。" <commentary> PR 作成後に CI チェックが失敗している場合に、失敗した job のログを分析して原因を特定する。 </commentary> </example> <example> Context: 特定の CI job が失敗している user: "lint の CI が失敗している原因を調べて" assistant: "lint job の失敗ログを取得して分析します。" <commentary> 特定の job 名が指定された場合、その job に絞ってログを取得・分析する。 </commentary> </example>
ステージング済みの変更差分を分析し、commitlint 設定を確認した上で、Conventional Commits 形式のコミットメッセージ候補を提案する subagent。commit, pr-fix, pr-ci, pr-create, pr-watch スキルから Task ツールで呼び出される。 <example> Context: commit スキルがコミットメッセージ候補の生成を依頼する user: "ステージング済みの変更に対してコミットメッセージ候補を提案して" assistant: "変更差分と commitlint 設定を確認し、コミットメッセージ候補を提案します。" <commentary> commit スキルから呼び出され、git diff --cached の分析と commitlint 設定の解析を行い、最大 3 つのメッセージ候補を返却する。 </commentary> </example> <example> Context: pr-fix スキルがレビュー修正用のコミットメッセージを依頼する user: "レビュー指摘に対する修正のコミットメッセージを提案して" assistant: "変更差分と commitlint 設定を確認し、レビュー修正用のコミットメッセージを提案します。" <commentary> 修正内容のコンテキスト (レビュー修正) が指定された場合、それに適した type と subject を提案する。 </commentary> </example> <example> Context: pr-create スキルが PR タイトル候補の生成を依頼する user: "PR のコミット履歴から PR タイトルを提案して" assistant: "コミット履歴と commitlint 設定を確認し、PR タイトル候補を提案します。" <commentary> PR タイトルの場合はステージング差分ではなく、PR のコミット履歴を分析して提案する。 </commentary> </example>
PR のステータス情報 (メタデータ、CI、レビュー、マージ可否) を収集する subagent。pr-status スキルから Task ツールで呼び出される。 <example> Context: pr-status スキルが PR のステータス情報の収集を依頼する user: "PR #123 のステータス情報を収集して" assistant: "PR #123 のメタデータ、CI ステータス、レビュー状況、マージ可否を収集します。" <commentary> pr-status スキルから呼び出され、gh CLI で PR の各種ステータス情報を並列取得し、構造化されたレポートとして返却する。 </commentary> </example> <example> Context: pr-status スキルが現在のブランチの PR 情報を依頼する user: "現在のブランチに紐づく PR のステータス情報を収集して" assistant: "現在のブランチから PR を特定し、ステータス情報を収集します。" <commentary> PR 番号が指定されていない場合、まず gh pr view で現在のブランチの PR を特定してから情報を収集する。 </commentary> </example>
全変更をステージングし、Conventional Commits 形式でコミットする。commitlint 設定があれば準拠し、コミット前にユーザー承認を取る。Use when コミット、変更の保存、git commit を求められた際に使用する。
日本語テキストのスペース・句読点・括弧の書式ルールを提供する。Use when 日本語でコミットメッセージ、PR description、レビューコメントを作成する際、または日本語テキストのフォーマット規約を確認する際に使用する。
PR の CI/CD パイプライン失敗を調査・修正する。ci-analyzer subagent で失敗原因を分析し、コード修正とコミットまで行う。Use when CI が失敗している、CI を修正したい、PR のチェックが通らない際に使用する。
現在のブランチから Draft Pull Request を作成する。テンプレート準拠、ラベル自動選択を行う。Use when PR の作成、プルリクエストの作成を求められた際に使用する。
PR やローカル変更の内容を包括的に収集・分析し、対応概要・背景・実装の順で丁寧に解説する。引数なしの場合はローカル変更 → PR → 直近コミットの優先度で解説対象を決定する。Use when PR の解説、変更内容の説明、コミットの概要把握を求められた際に使用する。
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code Plugins
npx claudepluginhub ronnnnn/cc --plugin git開発支援スキル (コードコメント追加、行動計画作成、並列タスク実行)
ユーザー定義ルールで Claude Code のアクションを警告・ブロック (グローバル/プロジェクト 2 階層、regex tool_matcher 対応)
技術・ツール・フレームワークの最新バージョン取得と技術調査を支援するエージェントとスキル
CLAUDE.md の作成・更新・品質管理、.claude/rules の作成を支援
Claude Code セッション中に macOS のスリープ・スクリーンセーバーを抑制する。SessionStart/SessionEnd フックで caffeinate を自動管理。
Git workflow tools: commits, PRs, review inbox, checkout, and work triage
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.