プロジェクト固有のコーディングガイドラインに基づくレビューを行うとき、規約準拠チェックを行うときに使用
From doarakko-confignpx claudepluginhub doarakko/dotfiles --plugin doarakko-configThis skill is limited to using the following tools:
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Manages Google Drive, Docs, Sheets, and Slides: find, summarize, edit, migrate, clean up shared plans, trackers, decks as a unified workflow.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
プロジェクト固有のコーディングガイドラインに基づいてコードレビューを行う。
レビュー前に、対象リポジトリのルートから以下のファイルを Glob で探索し、見つかったものを Read で読み込んでプロジェクト固有の規約を把握する。
CLAUDE.mdCONTRIBUTING.md / .github/CONTRIBUTING.mdCONVENTIONS.md / CODING_STANDARDS.md / CODING_GUIDELINES.md / STYLE_GUIDE.mdcode-review.md / coding-style-guide.mddocs/ 配下のガイドライン関連ドキュメントGlob で上記ファイルの存在を確認Read で読み込み、規約を抽出明示的なガイドラインファイルが存在しない場合:
Glob で確認Read / Grep で確認