code-review Skill
Framework code review checklist - correctness, performance, concurrency, design, and style. Published by microsoft in webui.
What is code-review Skill?
Framework code review checklist - correctness, performance, concurrency, design, and style. Published by microsoft in webui. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Design and media
- Writing
- Design and media use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use code-review Skill
- Use it for design and media.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/webui
- Skill file: .github/skills/code-review/SKILL.md
What it does
Framework code review checklist - correctness, performance, concurrency, design, and style.
Skill instructions
Framework Code Review Use this skill when reviewing or writing framework-level code: handler, parser, protocol, router, CLI runtime, FFI, or state management. The checklist is generic - apply every section to every PR that touches core logic. Complements: perf (speed and memory optimization), quality-gate (automated checks), ffi (C ABI boundary safety). --- 1 - Cross-layer contract parity Every behavioral contract that spans more than one layer (parser → protocol → handler → client) must be identical in semantics. Mismatches cause silent divergence between SSR and client rendering. | Check | Why | |-------|-----| | Encoding / decoding policy | If one layer decodes (e.g., decodeURIComponent), all layers that consume the value must agree on whether the value is decoded or raw. | | Matching semantics | Optional, splat, exact, and wildcard rules must produce the same result on server and client for the same input. | | Tie-breaking determinism | When multiple candidates match with equal ran
Explore related resources
Frequently asked questions
What is code-review?
code-review is a open-source AI agent skill with Copy skill directory. Framework code review checklist - correctness, performance, concurrency, design, and style.
Who is code-review best for?
code-review is best for reusing agent instructions, scripts, and references, design and media workflows, writing workflows.
How do I install code-review?
Install or run code-review using Copy skill directory. Check code-review for the latest setup command.
Is code-review actively maintained?
code-review may need a closer maintenance check before production use.
Auto-fetched from GitHub.