Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering azure devops pipelines (yaml) instructions, azure pipelines standards and azure pipelines recurring smells.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering azure devops pipelines (yaml) instructions, azure pipelines standards and azure pipelines recurring smells.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering bicep infrastructure-as-code instructions, bicep standards and bicep recurring smells.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering 3.4 tests and benchmarks, 3.5 performance, 3.7 state predicates - enumerate or fail closed, 3.8 deferred mutations - explicit flush boundary and 3.10 recurring code smells from past pr reviews.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering 3.2 naming - clarity over brevity, 3.3 when naming is ambiguous - ask first, 3.3.1 opportunistic rename suggestions for existing symbols, 3.6 defaults and consistency and 3.9 user-facing text - match the runtime behavior.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering c++ instructions, c++ code style, naming conventions (microsoft c++ guidelines), code formatting and member ordering.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering c# / .net runtime, lifecycle & concurrency instructions, async, disposal, and js interop lifecycle (blazor / .net), return-value contracts - try-prefix and bool-returning apis, concurrency primitives and null-forgiving operator (!) - avoid.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions: The universal smells in AGENTS.md (constants single source of truth, list-of-X must reference constants, sibling-constant consistency, test specificity vs Arg.Any (), negative assertions weak, don't materialize streams, lambda parameter shadowing, failure paths surface…
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering c# / .net code style instructions, c# / .net code style, naming conventions (microsoft .net guidelines), type suffix conventions and code formatting.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering c# / .net test quality instructions and test purpose - every test pays for its existence.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions: The per-project TestUtils/ + shared . .TestUtils/ escape hatch is one viable approach for organizing test infrastructure. Several established alternative patterns address different problems or different trade-offs - they are NOT eclipsed by this rule and may coexist with…
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering c# / .net test infrastructure instructions, naming patterns by purpose, fluent-builder escape clause for builder, integration-test infrastructure with testcontainers and when shared testutils itself needs tests.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering c# / .net instructions, comments - xml doc additions (extends core / comments), access modifiers - least-permissive that still compiles and argument validation - validate at the public boundary.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering css instructions, css code style, naming conventions, formatting and property ordering (recommended).
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering html instructions, html code style, formatting, attribute ordering (recommended) and best practices.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering javascript / typescript instructions, javascript / typescript code style, comments, naming conventions and code formatting.
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering msbuild instructions, msbuild property functions - string-literal escaping, output capture - consoletomsbuild trim required, locked-down build environments - no implicit internet fetch and cross-vs-version portability (c++ projects).
Instructions file GitHub Copilot
Instructions for jschick04/CopilotInstructions, covering typescript / javascript recurring code smells instructions, typescript / javascript recurring code smells, react / hooks, async / promises and azure functions.
Instructions file CodexOpenCode
AGENTS.md instructions for jschick04/CopilotInstructions, covering copilot instructions - core, precedence - this repo overrides baseline system prompt, 0. git safety gates - mandatory (even with --allow-all), §0 vs pr-quality-gate ack - distinct gates, both required and pre-git sentinel - phase-transition checkpoint.