ワンクリックで
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 職業分類に基づく
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.
| 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.