{"id":49540434,"url":"https://github.com/kogunlowo123/devops-prompts","last_synced_at":"2026-05-02T15:05:31.756Z","repository":{"id":344652918,"uuid":"1175451694","full_name":"kogunlowo123/devops-prompts","owner":"kogunlowo123","description":"Curated DevOps prompt library for Terraform, Kubernetes, CI/CD, and monitoring workflows","archived":false,"fork":false,"pushed_at":"2026-03-15T18:20:43.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-16T06:19:56.003Z","etag":null,"topics":["ci-cd","devops","kubernetes","monitoring","prompt-engineering","terraform"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kogunlowo123.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-07T18:22:00.000Z","updated_at":"2026-03-15T18:20:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kogunlowo123/devops-prompts","commit_stats":null,"previous_names":["kogunlowo123/devops-prompts"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kogunlowo123/devops-prompts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kogunlowo123%2Fdevops-prompts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kogunlowo123%2Fdevops-prompts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kogunlowo123%2Fdevops-prompts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kogunlowo123%2Fdevops-prompts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kogunlowo123","download_url":"https://codeload.github.com/kogunlowo123/devops-prompts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kogunlowo123%2Fdevops-prompts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32538278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ci-cd","devops","kubernetes","monitoring","prompt-engineering","terraform"],"created_at":"2026-05-02T15:05:22.826Z","updated_at":"2026-05-02T15:05:31.740Z","avatar_url":"https://github.com/kogunlowo123.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# devops-prompts\n\nA collection of DevOps-specific prompts for infrastructure management, CI/CD, Kubernetes, monitoring, and operational tasks. Designed for use by SREs, platform engineers, and DevOps teams.\n\n## Architecture\n\n```mermaid\nflowchart TD\n    A[devops-prompts] --\u003e B[Terraform]\n    A --\u003e C[Kubernetes]\n    A --\u003e D[CI/CD]\n    A --\u003e E[Monitoring]\n    A --\u003e F[Templates]\n\n    B --\u003e B1[Module Review]\n    B --\u003e B2[Migration Planning]\n\n    C --\u003e C1[Troubleshooting]\n    C --\u003e C2[Optimization]\n\n    D --\u003e D1[Pipeline Design]\n    D --\u003e D2[Security Scanning]\n\n    E --\u003e E1[Alert Tuning]\n    E --\u003e E2[Dashboard Design]\n\n    F --\u003e F1[Base Prompt]\n    F --\u003e F2[Incident Template]\n\n    style A fill:#2ECC71,stroke:#1A9B52,color:#FFFFFF\n    style B fill:#8E44AD,stroke:#6C3483,color:#FFFFFF\n    style C fill:#3498DB,stroke:#2476AB,color:#FFFFFF\n    style D fill:#E67E22,stroke:#C46A1D,color:#FFFFFF\n    style E fill:#E74C3C,stroke:#B83A2F,color:#FFFFFF\n    style F fill:#1ABC9C,stroke:#148F77,color:#FFFFFF\n    style B1 fill:#A569BD,stroke:#8E44AD,color:#FFFFFF\n    style B2 fill:#A569BD,stroke:#8E44AD,color:#FFFFFF\n    style C1 fill:#5DADE2,stroke:#3498DB,color:#FFFFFF\n    style C2 fill:#5DADE2,stroke:#3498DB,color:#FFFFFF\n    style D1 fill:#F0B27A,stroke:#E67E22,color:#FFFFFF\n    style D2 fill:#F0B27A,stroke:#E67E22,color:#FFFFFF\n    style E1 fill:#EC7063,stroke:#E74C3C,color:#FFFFFF\n    style E2 fill:#EC7063,stroke:#E74C3C,color:#FFFFFF\n    style F1 fill:#48C9B0,stroke:#1ABC9C,color:#FFFFFF\n    style F2 fill:#48C9B0,stroke:#1ABC9C,color:#FFFFFF\n```\n\n## Structure\n\n```\ndevops-prompts/\n  prompts/\n    terraform/\n      module-review.md        # Terraform module review checklist\n      migration.md            # State and version migration planning\n    kubernetes/\n      troubleshooting.md      # Systematic K8s issue diagnosis\n      optimization.md         # Resource and cost optimization\n    ci-cd/\n      pipeline-design.md      # CI/CD pipeline architecture\n      security-scanning.md    # DevSecOps scanning integration\n    monitoring/\n      alert-tuning.md         # Alert noise reduction and optimization\n      dashboard-design.md     # Effective dashboard creation\n  templates/\n    base-prompt.md            # Foundational DevOps prompt template\n    incident-template.md      # Incident response prompt template\n```\n\n## Usage\n\nEach prompt file includes:\n\n1. **Purpose** - What the prompt is designed to accomplish\n2. **System Prompt** - Role definition for the assistant\n3. **Prompt Template** - Main template with `{placeholders}` to fill in\n4. **Variations** - Alternative versions for specific scenarios\n5. **Checklists** - Quick reference verification lists\n\n### Example\n\nTo use the Terraform module review prompt:\n\n1. Open `prompts/terraform/module-review.md`\n2. Copy the prompt template\n3. Replace `{code}` with your Terraform module\n4. Replace `{provider}`, `{version}`, etc. with your specifics\n5. Use the filled-in prompt with your preferred assistant\n\n## Prompt Categories\n\n| Category | Focus Area | Key Use Cases |\n|----------|-----------|---------------|\n| Terraform | Infrastructure as Code | Module reviews, migrations, refactoring |\n| Kubernetes | Container orchestration | Troubleshooting, optimization, scaling |\n| CI/CD | Build and deployment | Pipeline design, security integration |\n| Monitoring | Observability | Alert tuning, dashboard design, SLOs |\n\n## Contributing\n\n1. Follow the existing prompt structure (Purpose, System Prompt, Template, Variations)\n2. Include practical, real-world scenarios\n3. Test prompts with representative inputs\n4. Add checklists where applicable\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkogunlowo123%2Fdevops-prompts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkogunlowo123%2Fdevops-prompts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkogunlowo123%2Fdevops-prompts/lists"}