con un clic
learn
Extract learnings from current conversation and add to project's CLAUDE.md.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Extract learnings from current conversation and add to project's CLAUDE.md.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.
Basado en la clasificación ocupacional SOC
| 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: