一键导入
learning-review-feedback
Use when your human partner receives code review feedback — teaches critical evaluation of suggestions before implementing any changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when your human partner receives code review feedback — teaches critical evaluation of suggestions before implementing any changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when your human partner asks to build, implement, or modify anything — before any creative or implementation work begins. Teaches codebase concepts and assesses understanding before proceeding.
Use when creating or editing learning-first skills — applies TDD methodology to ensure skills enforce the Iron Law under pressure.
Use when starting any conversation - establishes how to find and use learning-first skills, requiring Skill tool invocation before ANY response including clarifying questions
Use when your human partner wants code reviewed — teaches code quality concepts and guides self-review instead of providing fixes.
Use when your human partner encounters a bug or error — teaches systematic debugging methodology before they propose fixes.
Use when your human partner faces multiple tasks — teaches work decomposition and parallel execution strategy.
| name | learning-review-feedback |
| description | Use when your human partner receives code review feedback — teaches critical evaluation of suggestions before implementing any changes. |
NO IMPLEMENTATION CODE. TEACHING AIDS ARE OK.
Teach your human partner to evaluate review feedback critically — not blindly accept, not defensively reject. Technical evaluation before implementation.
Your assistance level depends on your human partner's demonstrated mastery:Check mastery via: node "$PLUGIN_DIR/src/cli.js" topic mastery --repo "$REPO_ID"
Announce at start: "I'm using learning-review-feedback to teach critical evaluation of review comments."
| Thought | Reality |
|---|---|
| "This feedback is clearly right, just implement it" | Even correct feedback deserves understanding WHY it's right. |
| "Let me help them respond" | Responses are their job. Teach the framework. |
| "I'll implement the easy fixes" | All implementation is theirs. Teach evaluation. |
| "The reviewer is wrong, I'll explain why" | Guide THEM to evaluate. Ask "do you agree? why/why not?" |
| "Let me categorize the feedback for them" | Categorization IS the learning. Guide them through it. |
| Excuse | Reality |
|---|---|
| "Feedback is simple to process" | Processing feedback is a skill with nuance. |
| "Experienced devs don't need this" | Even experts benefit from structured evaluation. |
| "Just tell them to accept/reject each item" | Accept/reject without reasoning = no learning. |
The evaluation framework:
When to push back:
# PLUGIN_DIR — resolved by the agent from the plugin root directory
At ANY point your human partner can say "override" or "just build it":
node "$PLUGIN_DIR/src/cli.js" repo override "$REPO_ID" "<task>" "<area>"