# Prompt files

Reusable prompt examples for common development tasks.

## Links

* [Your first prompt file](/en/copilot/tutorials/customization-library/prompt-files/your-first-prompt-file)

  Create your first Copilot prompt file with this simple code explanation example that works for any programming language.

* [Create README](/en/copilot/tutorials/customization-library/prompt-files/create-readme)

  Generate comprehensive README files for your projects.

* [Onboarding plan](/en/copilot/tutorials/customization-library/prompt-files/onboarding-plan)

  A prompt file for getting personalized help with team onboarding.

* [Document API](/en/copilot/tutorials/customization-library/prompt-files/document-api)

  Generate comprehensive API documentation from your code.

* [Review code](/en/copilot/tutorials/customization-library/prompt-files/review-code)

  Perform comprehensive code reviews with structured feedback.

* [Generate unit tests](/en/copilot/tutorials/customization-library/prompt-files/generate-unit-tests)

  Create focused unit tests for your code.