Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Prompt Library

Battle-tested LLM prompts for IT operations. Written and maintained by Andrew Minga, Manager of Customer Experience Engineering at C Spire Business. If prompts are your thing, the free browser-based IT ops tools probably are too.

Every prompt here has been used in real work. No theoretical prompts, no filler. Each one documents what it does, what model it was tested against, and what to watch out for.

Categories

Folder Focus
prompts/m365 Microsoft 365, Exchange Online, Entra ID, Intune
prompts/azure Azure infrastructure, AVD, cost management
prompts/security Security review, incident triage, awareness content
prompts/msp-ops MSP workflows, ticketing, client communication
prompts/claude-code Agentic coding, CLAUDE.md patterns, automation

Index

Task Prompts

Prompt Category Model Tested
Conditional Access Policy Review M365 Claude
Incident Ticket Summarizer MSP Ops Claude
Phishing Email Analysis Security Claude
Email Security Domain Check Security Any

Agentic Patterns

Reusable structures for agent workflows, pulled from patterns I run in production.

Pattern What it solves
Adversarial Review Loop A model cannot catch its own blind spots; a second independent reviewer can
Independent Evaluator Loop Quality gates the author cannot talk its way past
Multi-Agent Router Routing requests to specialist subagents and synthesizing one honest answer
Incremental Build with Verification Long builds in fragile platforms failing silently mid-run
Agent Memory Priority Layer Memory cleanup eating standing rules; stale notes accumulating forever

Using a Prompt

  1. Open the prompt file.
  2. Replace the {{variables}} with your values.
  3. Paste the system prompt and user prompt into your tool of choice.
  4. Check the Notes section for known limitations before trusting output.

Contributing a Prompt

Copy TEMPLATE.md, fill it in, and open a PR. Prompts must be scrubbed of client names, tenant IDs, and any organization-specific data before submission.

A Note on Trust

LLM output is a draft, not a decision. Every prompt in this library assumes a human reviews the result before acting on it. That applies double for anything touching security or production infrastructure.

License

MIT. Use them, modify them, ship them.

About

Battle-tested LLM prompts for IT operations: M365, Azure, security, MSP workflows. By the builder of andrewminga.com/tools

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors