用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Treasoni/880-exam --skill resolving-merge-conflicts命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
为数学题、几何关系、函数图像、积分区域、极坐标曲线和学习笔记生成准确的示意图,并将图像嵌入相关 Obsidian 笔记。用户说画图、配图、示意图、图形直观,或题目中的图形关系能明显帮助理解时使用。
查看/重生成错题本,更新复习状态(未复习/已重做/已掌握)。触发词:错题本、看错题、重练、复习错题。
对话式过程归因——用户贴做题过程,定位出错环节并给出建议,写入 analysis.json 并由错题本渲染。触发词:分析、错因、归因、这题我哪里错了、看我做题过程、我这样做的。
基于 SOC 职业分类
正在显示 SKILL.md
| name | resolving-merge-conflicts |
| description | Use when you need to resolve an in-progress git merge/rebase conflict. |
See the current state of the merge/rebase. Check git history, and the conflicting files.
Find the primary sources for each conflict. Understand deeply why each change was made, and what the original intent was. Read the commit messages, check the PRs, check original issues/tickets.
Resolve each hunk. Preserve both intents where possible. Where incompatible, pick the one matching the merge's stated goal and note the trade-off. Do not invent new behaviour. Always resolve; never --abort.
Discover the project's automated checks and run them — typically typecheck, then tests, then format. Fix anything the merge broke.
Finish the merge/rebase. Stage everything and commit. If rebasing, continue the rebase process until all commits are rebased.