workerd-api-review
$
npx mdskill add cloudflare/workerd/workerd-api-reviewReview workerd code for performance, security, and standards compliance when modifying core APIs.
- Assists in validating API changes, performance-critical sections, and security implementations.
- Utilizes internal checklists covering memory analysis, compatibility flags, and web standards.
- Determines necessary checks by analyzing the scope of code modifications provided.
- Outputs structured findings detailing optimization suggestions, potential flaws, and compliance gaps.
SKILL.md
.github/skills/workerd-api-reviewView on GitHub ↗
--- name: workerd-api-review description: Performance optimization, API design & compatibility, security vulnerabilities, and standards spec compliance for workerd code review. Covers tcmalloc-aware perf analysis, compat flags, autogates, web standards adherence, and security patterns. Load this skill when reviewing API changes, performance-sensitive code, security-relevant code, or standards implementations. --- **Always** use the `docs/reference/api-review-checklist.md` file for detailed checklists on performance optimization, API design, security vulnerabilities, and standards compliance when planning, writing, or reviewing code changes.