ワンクリックで
learn
Extract learnings from current conversation and add to project's CLAUDE.md.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Extract learnings from current conversation and add to project's CLAUDE.md.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Investigate GitHub pull request review comments, determine whether each comment is valid, propose fixes, and document the analysis in an active samocode session. Use when the user asks to analyze PR comments, run /prcomments, investigate review feedback, or triage pull request comments.
Run OpenAI Codex CLI as a subagent for second opinions, code reviews, and questions. Use when you want a different AI model's perspective.
Run Anthropic Claude CLI as a subagent for second opinions, code reviews, and questions. Use from a Codex (or other) session when you want Claude's perspective.
Create GitHub PR review comments from review findings. Use after running a code review to post findings as line-bound comments.
Execute implementation tasks with different approaches (single, dual-agent, plan-based).
Create implementation plans with phase management.
| name | learn |
| description | Extract learnings from current conversation and add to project's CLAUDE.md. |
Extract learnings from the current conversation and add them to the project's CLAUDE.md.
Review current conversation for friction moments:
Resolve project CLAUDE.md:
_overview.md, use [Working Dir]/CLAUDE.mdgit rev-parse --show-toplevel to find repo root, use [repo root]/CLAUDE.mdAppend learnings:
## Learnings section in CLAUDE.md- When [situation], [do this / don't do that]Commit:
cd [repo root] && git add CLAUDE.md && git commit -m "docs: add learnings"Report: