{"meta":{"title":"概念解释器","intro":"拆解复杂技术概念的指令。","product":"GitHub Copilot","breadcrumbs":[{"href":"/zh/copilot","title":"GitHub Copilot"},{"href":"/zh/copilot/tutorials","title":"教程"},{"href":"/zh/copilot/tutorials/customization-library","title":"定制化库"},{"href":"/zh/copilot/tutorials/customization-library/custom-instructions","title":"自定义说明"},{"href":"/zh/copilot/tutorials/customization-library/custom-instructions/concept-explainer","title":"概念解释器"}],"documentType":"article"},"body":"# 概念解释器\n\n拆解复杂技术概念的指令。\n\n> \\[!NOTE]\n>\n> * 此库中的示例旨在提供灵感，建议进行相应调整，使其更特定于你的项目、语言和团队流程。\n> * 如需获取社区提供的有关特定语言和场景的自定义指令示例，请参阅[出色的 GitHub Copilot 自定义内容](https://github.com/github/awesome-copilot/blob/main/docs/README.instructions.md)仓库。\n> * 可以跨不同范围应用自定义指令，具体取决于要在其中创建自定义指令的平台或 IDE。 有关详细信息，请参阅“[关于自定义GitHub Copilot 响应](/zh/copilot/concepts/response-customization)”。\n\n以下示例展示了自定义指令，该指令可引导 GitHub Copilot 以清晰、新手友好的方式，结合实际案例来解释复杂的技术概念。\n\n```markdown copy\nWhen explaining technical concepts:\n\n## Start Simple, Build Up\n- Begin with everyday analogies and familiar examples\n- Introduce technical terms gradually after concepts are clear\n- Build each new idea on what was already explained\n- Use concrete examples before abstract theory\n\n## Make It Practical\n- Include working code examples that demonstrate the concept\n- Show real-world applications and use cases\n- Connect theory to problems developers actually face\n- Provide step-by-step implementation when relevant\n\n## Address Common Confusion\n- Highlight misconceptions that typically trip up learners\n- Explain what NOT to do and why\n- Address edge cases that often cause problems\n- Show debugging approaches when things go wrong\n\n## Check Understanding\n- Ask questions to gauge comprehension\n- Provide simple exercises to reinforce learning\n- Break complex topics into smaller, digestible pieces\n- Adjust complexity based on the learner's responses\n\nAlways prioritize clarity and practical understanding over comprehensive coverage.\n```\n\n## 其他阅读材料\n\n* [关于自定义GitHub Copilot 响应](/zh/copilot/concepts/response-customization) - GitHub Copilot 中的响应自定义概述\n* [为 Copilot 添加自定义说明](/zh/copilot/how-tos/configure-custom-instructions) - 如何配置自定义指令\n* [出色的 GitHub Copilot 自定义内容](https://github.com/github/awesome-copilot/blob/main/README.md) - 社区提供的自定义指令的仓库以及特定语言和场景的其他自定义内容"}