Last active
December 4, 2025 07:11
-
-
Save backwind1233/bd8c464dc0848289de41138f0bd09f89 to your computer and use it in GitHub Desktop.
sample task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| id: my-custom-task | |
| name: Example Migration Task | |
| type: task | |
| --- | |
| **Prompt:** | |
| This is the task prompt that will guide the migration process. | |
| You can include: | |
| - Step-by-step instructions | |
| - Code examples | |
| - Migration patterns | |
| - Best practices | |
| For example: | |
| 1. Analyze the legacy code structure | |
| 2. Identify deprecated APIs | |
| 3. Suggest modern replacements | |
| 4. Provide code snippets | |
| **References:** | |
| - file:///path/to/reference-document.md | |
| - https://docs.microsoft.com/en-us/azure/ | |
| ``` | |
| ## Required Fields | |
| The YAML front matter **must** include: | |
| - `id`: A unique identifier for the task (alphanumeric with hyphens) | |
| - `name`: The display name of the task | |
| - `type`: Must be exactly `task` | |
| ## Content Structure | |
| The markdown content should have: | |
| 1. **Prompt:** section (required) - Contains the task instructions | |
| 2. **References:** section (optional) - Contains links to additional resources | |
| ## Example Installation Link |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment