원클릭으로
learn
Learn from user feedback — either edits they made to code or suggestions in their messages about how to improve code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Learn from user feedback — either edits they made to code or suggestions in their messages about how to improve code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | learn |
| description | Learn from user feedback — either edits they made to code or suggestions in their messages about how to improve code. |
When the user provides feedback on code that Claude wrote or modified, extract lessons to improve future work. Feedback can come in two forms:
Understand the feedback. For direct edits, read the current file and
compare against what was previously written using git diff or conversation
context. For verbal suggestions, identify the specific code patterns or
changes the user is recommending.
Identify the lessons. For each piece of feedback, understand why the user prefers it. Categorize each lesson:
CLAUDE.md.MEMORY.md).Report the lessons. Summarize what was learned and how each lesson is categorized. Ask the user to confirm the categorization before saving.
Save the lessons. Apply confirmed changes:
CLAUDE.md to add the rule in the appropriate
section.MEMORY.md to record the pattern.SKILL.md file. For
new skills, create .claude/skills/<name>/SKILL.md (shared) or
~/.claude/skills/<name>/SKILL.md (personal) following the standard
frontmatter format. For existing skills, edit the relevant SKILL.md.Apply the feedback. If the feedback was a verbal suggestion and the code hasn't been changed yet, apply the suggested changes to the code.
Handle Dependabot dependency-update PRs in this pnpm monorepo by redoing each upgrade with a clean lockfile. Use when asked to handle, process, or merge Dependabot PRs or dependency bumps.
Introduce an intentional bug in source code to verify a test catches it, then revert the bug.