# 定制化库

发现精选的自定义项集合，包括自定义指令、自定义智能体和提示文件，以增强 GitHub Copilot 体验。

## Spotlight

* [首条自定义说明](/zh/copilot/tutorials/customization-library/custom-instructions/your-first-custom-instructions)

  使用这个简单的示例创建并测试你的首条自定义说明。 (Image: /assets/images/copilot-landing/generating\_unit\_tests.png)

* [第一个提示文件](/zh/copilot/tutorials/customization-library/prompt-files/your-first-prompt-file)

  使用这个适用于任何编程语言的简单代码解释示例，创建你的第一个 Copilot 提示文件。 (Image: /assets/images/copilot-landing/improving\_code\_readability.png)

* [/custom-instructions/your-first-custom-agent](/zh/custom-instructions/your-first-custom-agent)

  Image: /assets/images/copilot-landing/generating\_unit\_tests.png

## Links

* [首条自定义说明](/zh/copilot/tutorials/customization-library/custom-instructions/your-first-custom-instructions)

  使用这个简单的示例创建并测试你的首条自定义说明。

* [概念解释器](/zh/copilot/tutorials/customization-library/custom-instructions/concept-explainer)

  拆解复杂技术概念的指令。

* [调试导师](/zh/copilot/tutorials/customization-library/custom-instructions/debugging-tutor)

  系统调试和故障排除说明。

* [代码审阅者](/zh/copilot/tutorials/customization-library/custom-instructions/code-reviewer)

  关于全面且有建设性的代码评审的说明。

* [GitHub Actions 帮助程序](/zh/copilot/tutorials/customization-library/custom-instructions/github-actions-helper)

  生成并改进 GitHub Actions 工作流。

* [拉取请求助手](/zh/copilot/tutorials/customization-library/custom-instructions/pull-request-assistant)

  生成全面的拉取请求描述和审查。

* [议题管理器](/zh/copilot/tutorials/customization-library/custom-instructions/issue-manager)

  创建结构良好的议题和回应。

* [辅助功能审核者](/zh/copilot/tutorials/customization-library/custom-instructions/accessibility-auditor)

  全面的 Web 辅助功能测试与合规性说明。

* [测试自动化](/zh/copilot/tutorials/customization-library/custom-instructions/testing-automation)

  有关编写单元测试的特定于文件的说明。

* [第一个提示文件](/zh/copilot/tutorials/customization-library/prompt-files/your-first-prompt-file)

  使用这个适用于任何编程语言的简单代码解释示例，创建你的第一个 Copilot 提示文件。

* [创建 README](/zh/copilot/tutorials/customization-library/prompt-files/create-readme)

  为项目生成全面的 README 文件。

* [入职计划](/zh/copilot/tutorials/customization-library/prompt-files/onboarding-plan)

  用于获得团队入职方面的个性化帮助的提示文件。

* [文档 API](/zh/copilot/tutorials/customization-library/prompt-files/document-api)

  基于代码生成全面的 API 文档。

* [查看代码](/zh/copilot/tutorials/customization-library/prompt-files/review-code)

  执行全面代码评审，并提供结构化反馈。

* [生成单元测试](/zh/copilot/tutorials/customization-library/prompt-files/generate-unit-tests)

  为代码创建有针对性的单元测试。

* [你的第一个自定义代理](/zh/copilot/tutorials/customization-library/custom-agents/your-first-custom-agent)

  使用此简单的自述专家示例创建并测试第一个自定义代理。

* [实施计划工具](/zh/copilot/tutorials/customization-library/custom-agents/implementation-planner)

  将功能分解为可作任务的自定义代理，并创建详细的实施计划。

* [Bug 修复队友](/zh/copilot/tutorials/customization-library/custom-agents/bug-fix-teammate)

  一个自定义代理，用于标识project中的严重 bug 并实现有针对性的修复。

* [清理专家](/zh/copilot/tutorials/customization-library/custom-agents/cleanup-specialist)

  一个自定义代理，用于清理混乱的代码、删除重复，并提高代码和文档文件的可维护性。