mit einem Klick
committing-code
// Provides commit message format and workflow for this repository. Use when creating git commits, reviewing staged changes, or generating conventional commit messages.
// Provides commit message format and workflow for this repository. Use when creating git commits, reviewing staged changes, or generating conventional commit messages.
| name | committing-code |
| description | Provides commit message format and workflow for this repository. Use when creating git commits, reviewing staged changes, or generating conventional commit messages. |
<type>(<scope>): <short description>
## Summary
Brief description of what was done. Fixes #<issue-number>.
## New Components
### ComponentName (path/to/file.ts)
- Bullet points describing the component
## Enhanced Components
### ExistingComponent.ts
- What was changed and why
## Files Changed
- path/to/file1.ts
- path/to/file2.ts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
| Type | When to Use |
|---|---|
feat | New feature or capability |
fix | Bug fix |
refactor | Code restructuring (no behavior change) |
chore | Dependencies, config, tooling |
docs | Documentation only |
Scope is optional — use when the change targets a specific area (e.g., feat(citations):, fix(auth):).
git diff --staged to review all staged changesCOMMIT_MESSAGE.mdgit commit -F COMMIT_MESSAGE.mdCOMMIT_MESSAGE.mdFixes #N or Closes #N in Summary when applicableCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>git add) — that's the caller's jobgit push) — user decides when to pushProvides deployment commands and troubleshooting for Azure Container Apps. Use when running azd commands, deploying containers, debugging deployment failures, or updating infrastructure in this repository.
Provides SSE streaming patterns for the chat API and frontend. Use when implementing or modifying chat streaming, handling SSE events, or troubleshooting message flow between frontend and backend.
Provides research patterns for Foundry Agent Service SDK. Use when implementing agent features, looking up SDK methods, finding code samples, or troubleshooting Azure.AI.Projects API usage.
Provides architecture overview with state machines, SSE event flow, and file mappings. Use when understanding system design, debugging state issues, or maintaining ARCHITECTURE-FLOW.md.
Provides C# and ASP.NET Core coding standards for this repository. Use when writing or modifying C# code, implementing API endpoints, configuring middleware, or working with authentication in the backend.
Diagnose and fix incomplete local development setup. Use when dev servers fail to start, env vars are missing, authentication errors occur, or before running any dev commands for the first time.