code-review
1
总安装量
1
周安装量
#45807
全站排名
安装命令
npx skills add https://github.com/miroapp/miro-ai --skill code-review
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
claude-code
1
Skill 文档
Code Review Skill
This skill provides knowledge and patterns for conducting effective code reviews with visual outputs on Miro boards.
Core Concepts
Review Philosophy
Effective code reviews focus on:
- Correctness – Does the code do what it’s supposed to?
- Security – Are there vulnerabilities or data exposures?
- Maintainability – Can others understand and modify this code?
- Performance – Are there efficiency concerns?
- Consistency – Does it follow project conventions?
Visual Review Benefits
Creating visual artifacts helps:
- Async collaboration – Reviewers can engage at their own pace
- Context preservation – Related docs and diagrams in one place
- Discussion tracking – Comments attached to specific items
- Knowledge sharing – Junior devs learn from visual explanations
Risk Assessment Framework
Use the references in this skill for detailed risk assessment criteria:
references/risk-assessment.md– File and change risk scoringreferences/review-patterns.md– Common review patterns and anti-patterns
Visualization Patterns
When to Use Each Artifact
| Artifact | Best For |
|---|---|
| Table | File lists, structured comparisons, status tracking |
| Document | Summaries, detailed analysis, checklists |
| Flowchart | Process flows, decision trees, bug fix context |
| Class Diagram | Structural changes, refactoring, OOP patterns |
| Sequence Diagram | API interactions, message flows, integrations |
| ER Diagram | Database changes, data model updates |
Layout Guidelines
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
â MIRO BOARD LAYOUT â
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¤
â â
â x=-2000 x=0 x=2000 x=4000 â
â âââââââââââ âââââââââââ âââââââââââ â
â â Summary â â Table â â Diagram â y=0 â
â â Doc â â (files) â â (arch) â â
â âââââââââââ âââââââââââ âââââââââââ â
â â
â âââââââââââ âââââââââââ â
â â Detail â â Diagram â y=1500 â
â â Doc â â (flow) â â
â âââââââââââ âââââââââââ â
â â
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ