with one click
md-review
Use when design document needs user review - auto-opens browser to render MD content
Menu
Use when design document needs user review - auto-opens browser to render MD content
Use when designing REST or GraphQL endpoints, defining request/response schemas, or establishing API versioning and authentication conventions.
Use when writing end-to-end tests with Playwright, setting up Page Object Model, or configuring E2E test CI/CD with artifact management.
Use when building web components, pages, or visually distinctive interfaces where design quality matters as much as code quality.
Use when writing Go code, structuring packages, handling errors, managing concurrency, writing tests, or building deployable Go applications.
Use when reviewing contracts or legal documents for Chinese law risks. 中国法律风险审查专家,识别高危条款并提供修改建议。
Use when writing Python code, setting up tests with pytest, or configuring Python application deployment.
| name | md-review |
| description | Use when design document needs user review - auto-opens browser to render MD content |
| trigger | context-based (LLM decides when to invoke) |
| author | skills-team |
Automatically opens a browser to render Markdown design documents for review.
file: parameter - explicit path passed to skillconfig.json| Platform | Browser Command |
|---|---|
| Linux/WSL | xdg-open |
| macOS | open |
| Windows | start |
# Direct invocation (LLM handles this)
./scripts/server.sh start /path/to/design.md
# The skill is invoked by LLM when context indicates review needed
Server and temp files are cleaned when Claude Code session ends.
PID tracked in ~/.claude/md-review.pid