pr

Installation
SKILL.md

Pull Request Conventions

Branch discipline

  • Never commit to main directly. Create a branch: <user>/<short-description> (e.g. mmansour/optimize-handler-allocs).
  • One logical change per commit. Write imperative messages: "Add …" not "Added …".

PR title format

PR titles must use a Conventional Commits prefix:

Prefix When to use Example
feat: New feature or capability feat: add HTTP/2 support to hyper example
fix: Bug fix fix: render missing signals as empty
perf: Speed or memory improvement, measured perf: reduce allocations on hot paths
chore: Maintenance, refactoring, CI, docs, dependencies chore: move shared files to examples/app
Installs
1
Repository
microsoft/webui
GitHub Stars
92
First Seen
Sep 3, 2026
pr — microsoft/webui