From 2d58392f61d45f98b7bd008407c2ae855ef351bc Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 3 Jul 2025 11:11:00 +1000 Subject: [PATCH] Another missing description --- README.md | 2 +- prompts/comment-code-generate-a-tutorial.prompt.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c40c4b0..1c8cbf0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Ready-to-use prompt templates for specific development scenarios and tasks, defi - [ASP.NET Minimal API with OpenAPI](prompts/aspnet-minimal-api-openapi.prompt.md) - Create ASP.NET Minimal API endpoints with proper OpenAPI documentation - [Azure Cost Optimize](prompts/az-cost-optimize.prompt.md) - Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations. -- [Comment Code Generate A Tutorial](prompts/comment-code-generate-a-tutorial.prompt.md) +- [Comment Code Generate A Tutorial](prompts/comment-code-generate-a-tutorial.prompt.md) - Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial. - [C# Async Programming Best Practices](prompts/csharp-async.prompt.md) - Get best practices for C# async programming - [C# Documentation Best Practices](prompts/csharp-docs.prompt.md) - Ensure that C# types are documented with XML comments and follow best practices for documentation. - [MSTest Best Practices](prompts/csharp-mstest.prompt.md) - Get best practices for MSTest unit testing, including data-driven tests diff --git a/prompts/comment-code-generate-a-tutorial.prompt.md b/prompts/comment-code-generate-a-tutorial.prompt.md index 520d584..0d949c2 100644 --- a/prompts/comment-code-generate-a-tutorial.prompt.md +++ b/prompts/comment-code-generate-a-tutorial.prompt.md @@ -1,3 +1,7 @@ +--- +description: 'Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.' +--- + Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial. 1. **Refactor the code**