Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Automation Prompt Pack
|
| 2 |
|
| 3 |
Prompt pack of reusable system and task prompts for LLM-powered DevOps, CI/CD, and workflow automation.
|
|
@@ -25,3 +44,9 @@ Designed to work with Make.com, n8n, and GitHub-based pipelines.
|
|
| 25 |
|
| 26 |
Maintained by Lennis Brown (MrLMBrown).
|
| 27 |
Portfolio: https://mrlmbrown.github.io
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- devops
|
| 7 |
+
- cicd
|
| 8 |
+
- automation
|
| 9 |
+
- github-actions
|
| 10 |
+
- make-com
|
| 11 |
+
- n8n
|
| 12 |
+
- prompt-template
|
| 13 |
+
datasets:
|
| 14 |
+
- MrLMBrown/ci-automation-events-sample
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Automation Prompt Pack
|
| 18 |
+
|
| 19 |
+
|
| 20 |
# Automation Prompt Pack
|
| 21 |
|
| 22 |
Prompt pack of reusable system and task prompts for LLM-powered DevOps, CI/CD, and workflow automation.
|
|
|
|
| 44 |
|
| 45 |
Maintained by Lennis Brown (MrLMBrown).
|
| 46 |
Portfolio: https://mrlmbrown.github.io
|
| 47 |
+
|
| 48 |
+
## Data
|
| 49 |
+
|
| 50 |
+
This prompt pack is designed and tested using the public dataset
|
| 51 |
+
[MrLMBrown/ci-automation-events-sample](https://huggingface.co/datasets/MrLMBrown/ci-automation-events-sample),
|
| 52 |
+
a small collection of anonymized CI workflow and job events used in Make.com and n8n demos.[web:163][web:166]
|