Skip to content

AI

Context is king! 💩 In -> 💩 Out
Different Model have different outcome -> try out

Prompting

Pillars

  • Context
    • Is King
  • Intent
  • Clarity
  • Specific

Copilot Setup

.
├─ .github/
│  ├─ copilot-instructions.md
│  ├─ instructions/
│  │  ├─ *.instructions.md
│  ├─ prompts/
│  │  └─ *.prompt.md
│  └─ agents/
│     └─ *.agent.md
└─ AGENTS.md

see example folder for examples.

We can call prompts in the chat window by using /codequlaity check for this
or using agents by selecting our custom agents

Image

We can work with images in copilot e.g. ask about hand drawn images or convert them to mermaid diagrams.

Best Practices

  • Session splitting / small context
  • Right context over more context
  • Modular and custom rules instruction files