Skip to content

Instantly share code, notes, and snippets.

@backwind1233
Last active December 4, 2025 07:11
Show Gist options
  • Select an option

  • Save backwind1233/bd8c464dc0848289de41138f0bd09f89 to your computer and use it in GitHub Desktop.

Select an option

Save backwind1233/bd8c464dc0848289de41138f0bd09f89 to your computer and use it in GitHub Desktop.
sample task
---
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