facebook twitter hatena line email

AI/ClaudeCode/基本

提供: 初心者エンジニアの簡易メモ
2026年3月10日 (火) 10:11時点におけるAdmin (トーク | 投稿記録)による版 (実行中の進捗を詳細に確認したいとき)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

おすすめCLAUDE.mdファイル

固定ルール読み込み用にCLAUDE.mdがある。

CLAUDE.md

# Claude Code Instructions - High Speed Mode

# 1. 処理対象を限定
Focus only on the specified file(s) in each session.
Do not explore unrelated files or directories.

# 2. Plan / Explore の簡略化
Skip long planning steps unless requested explicitly.
Minimize token usage.

# 3. 出力を簡潔に
Avoid verbose explanations and unnecessary comments.
Provide concise code edits and inline comments only when needed.

# 4. 安全性
Do not change public method signatures unless explicitly allowed.
Preserve existing using directives and imports.

# 5. 日本語対応
All responses, including code comments, should be in Japanese.

実行中の進捗を詳細に確認したいとき

Ctrl + o (macの場合)

処理に時間がかかるとき

ClaudeCodeが、処理にミスって、何度も修正を試みてる可能性がある。(例えば変数の接頭辞に_をつけたが一部で変更できてないなど)