From doarakko-config
プロジェクト固有のコーディングガイドラインに基づくレビューを行うとき、規約準拠チェックを行うときに使用
How this skill is triggered — by the user, by Claude, or both
Slash command
/doarakko-config:coding-style-guide-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
プロジェクト固有のコーディングガイドラインに基づいてコードレビューを行う。
プロジェクト固有のコーディングガイドラインに基づいてコードレビューを行う。
レビュー前に、対象リポジトリのルートから以下のファイルを 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 で確認npx claudepluginhub doarakko/dotfiles --plugin doarakko-configReviews code against project rules and reference files, flagging violations in correctness, security, reliability, architecture, dead code, complexity, and conventions.
Enforces CLAUDE.md guidelines and project conventions via inheritance hierarchy and directory walk-up algorithm. Audits repositories for systematic compliance including rule parsing and verification.
Applies best practices from Google and industry style guides to review code for consistency, readability, and adherence using linters and formatters.