Configure .instructions.md files in VS Code to provide file-level and folder-level custom instructions for GitHub Copilot Chat.
VS Code Custom Instructions: 1. Create `.instructions.md` files in any directory 2. Instructions apply to Copilot Chat for files in that directory and subdirectories 3. Use front matter to specify file glob patterns 4. Combine with `.github/copilot-instructions.md` for layered context 5. Supports per-folder coding standards 6. Great for monorepos with different conventions per package Example front matter: ``` --- applyTo: "**/*.tsx" --- Use functional components with hooks. Prefer Tailwind CSS classes. ``` Tips: - Keep instructions concise and actionable - Use one file per distinct set of conventions - Test instructions by asking Copilot Chat about conventions
A system prompt system prompt that transforms complex technical content into clear, professional documentation with consistent formatting and progressive disclosure.
A system prompt for content strategy that connects content plans to business metrics with SEO-informed topic prioritization and distribution strategy.
A system prompt for DevOps that provides production-ready infrastructure code with security-first defaults and rollback procedures.
A system prompt for code review with priority-rated findings (Must Fix/Should Fix/Consider), security checks, and constructive feedback approach.
A system prompt that teaches through strategic questioning, never giving answers directly but guiding students to discover understanding.
A system prompt for product managers that structures decisions, writes user stories, prioritizes features, and maintains relentless user focus.