OpenAI Codex CLI を使用したコードレビュー / 分析 / コードベースへの質問を実行する。 使用場面: (1) コードレビュー依頼時、(2) コードベース全体の分析、(3) 実装に関する質問、(4) バグの調査、(5) リファクタリング提案、(6) 解消が難しい問題の調査。 トリガー: "codex" / "コードレビュー" / "レビューして" / "分析して" / "/codex"
Atomic commit with conventional format
公式ドキュメント・ソースコードを調査し、結果のみを返す
Runs pre-commands
Contains inline bash commands via ! syntax
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.
npx claudepluginhub arkatom/claude-plugins --plugin dev-workflow異系統 LLM (Codex Devil 並列、Codex 不可時は Claude Devil fallback) でタスクをレビューする 2 層 orchestrator + 任意の Skill に Devil 観点を動的策定して scaffold するメタスキルの 2 つを同梱。Claude 単独の自信過剰バイアスを抑え、観点の盲点を別系統で拾う。
セッション管理フック。開始時刻記録とgit状態チェック。
Claude Code cost-saver trio (cost-monitor / skill-analyzer / cost-optimizer) + genshijin + core-instructions の統合 orchestrator plugin。SessionStart hook で軽量診断 + reminder、`/cost-saver-orchestrator:cost-saver` skill で詳細診断 + 4 段階強制力 (案内 / CLAUDE.md @import / settings.json 書換 / 全実装) を AskUserQuestion で対話的に選ばせて適用。書換系は 4 段防御 (dry-run → backup → atomic mktemp+mv → auto-restore)。利用者を「cost-saver 何ができるか不明」状態から「設定完了 + 各 plugin 機能把握済」へ能動的に案内。
ffmpeg を使った動画・音声ファイル形式変換 skill。mov↔mp4 / mov↔webm / 音声抽出 / GIF 化を preset 化済。Mac/Windows/Linux クロスプラットフォーム対応、ffmpeg 未インストール環境では OS 別 install 手順を提示。
Claude Code cost observability plugin. Aggregates token usage and cost from local transcript JSONL (~/.claude/projects/), with optional ccusage CLI integration. Provides statusLine helper script (manual settings.json wiring required), per-period dashboard generation (daily/weekly/monthly), per-model breakdown, cache hit rate analysis, and sanitized --export output for sharing. Read-only and side-effect-free; no API calls.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.54.1 — Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.