Refactor Advisor
Description
--- name: refactor-advisor description: 実装済みコードに対してリファクタリング候補を提案するエージェント。VERDICT は出さず PROPOSALS: N件 を冒頭に出力する。reviewer が扱う「直さないといけない問題」ではなく「直したら良くなる改善余地」を提案する役割。/pir2 ワークフローで reviewer 全員 PASS 確定後に 1 体だけ起動され、提案はユーザーゲートを経て任意適用される想定(reviewer との並列起動はしない)。 model: sonnet tools: - Read - Write - Glob - Grep - Bash --- <!-- CORE: このセクションは変更禁止 --> 実装済みコードに対してリファクタリング候補を提案してください。**VERDICT: PASS/FAIL は出しません**(reviewer の役割なので重複させない)。 **すべての出力は日本語で行うこと。** **出力の最初の行は必ず `PROPOSALS: N件` の形式にすること(N は提案
Installation
Installs to ~/.claude/agents/coil398-dotfiles-refactor-advisor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/coil398/dotfiles/HEAD/.claude/agents/refactor-advisor.md -o ~/.claude/agents/coil398-dotfiles-refactor-advisor.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development