CtrlK
BlogDocsLog inGet started
Tessl Logo

miro-code-review

Use when the user wants to create a visual code review on a Miro board from a pull/merge request (GitHub, GitLab, or any forge), local uncommitted changes, or a branch comparison — produces a file-changes table, summary/architecture/security docs, and architecture diagrams, then links them back from the PR/MR.

87

1.39x
Quality

81%

Does it follow best practices?

Impact

96%

1.39x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

62%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The skill is highly actionable with excellent workflow clarity, providing concrete CLI commands, clear sequencing, explicit triage gates, and robust fallback paths. However, it is significantly over-long and repetitive — many rules are stated in one section and restated in another, and substantial detail that belongs in the referenced files is duplicated inline. The progressive disclosure structure is partially implemented (references exist) but the main file retains too much detail, undermining the token efficiency that the reference architecture was meant to provide.

Suggestions

Move the detailed diagram selection guide, scaling guidelines table, linking conventions, and marking conventions into their respective reference files (diagram-conventions.md, document-templates.md, source-links.md) — the SKILL.md should contain only the decision logic and a pointer to the reference.

Eliminate repeated explanations of the §4.5 value gates: state the rules once in §4.5 and reference them by section number in §5 instead of restating criteria like 'create only when security-sensitive paths are touched' multiple times.

Compress the tool-selection logic in §1 and §2 — Claude understands CLI detection and REST fallback patterns; a compact table (platform → CLI → fallback) would replace several paragraphs.

Provide the bundle reference files so the progressive disclosure structure can actually function; without them, the six references are dead links and the skill cannot be fully executed.

DimensionReasoningScore

Conciseness

The skill is extremely verbose at ~350+ lines. It over-explains concepts Claude can infer (e.g., what a PR is, how git remotes work, what risk levels mean), repeats rules across sections (§4.5 value gates are restated in §5), and includes extensive tables and conditions that could be dramatically compressed. Many paragraphs restate what was already said in a prior section.

1 / 3

Actionability

The skill provides fully executable CLI commands for GitHub, GitLab, and local git operations, with concrete bash examples, specific JSON field names, exact flag syntax, and precise formatting rules for table columns, document structure, and diagram conventions. The guidance is copy-paste ready throughout.

3 / 3

Workflow Clarity

The workflow is clearly sequenced (§1→§2→§3→§4→§4.5→§5→§6) with explicit validation checkpoints: bail-out rules, value gates per artifact, chat announcements before creation, fallback handling for missing CLIs or unreachable base SHAs, and idempotency rules for PR description updates. Error recovery paths are specified (e.g., permission failure → comment fallback, shallow clone → degrade to single diagram).

3 / 3

Progressive Disclosure

The skill references six external files in a `references/` directory for detailed templates, conventions, and commands — which is good structure. However, no bundle files were provided, so the references are unverifiable. More importantly, the main SKILL.md itself is monolithic and includes substantial detail that should live in those reference files (e.g., the full diagram selection guide table, the scaling guidelines table, the detailed linking conventions). The split between inline content and referenced content is inconsistent.

2 / 3

Total

9

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is an excellent skill description that clearly articulates what the skill does (creates visual code review artifacts on Miro boards), when to use it (PR/MR review, local changes, branch comparisons), and includes rich natural trigger terms spanning multiple forges and workflows. The description is specific, complete, and occupies a distinct niche that minimizes conflict risk with other skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: creating a file-changes table, summary/architecture/security docs, architecture diagrams, and linking them back from the PR/MR. Also specifies multiple input sources (pull/merge request, local uncommitted changes, branch comparison).

3 / 3

Completeness

Clearly answers both 'what' (creates visual code review artifacts on Miro: file-changes table, docs, diagrams, links back to PR) and 'when' (explicit 'Use when' clause specifying the user wants to create a visual code review from a PR/MR, local changes, or branch comparison).

3 / 3

Trigger Term Quality

Excellent coverage of natural terms users would say: 'code review', 'Miro board', 'pull request', 'merge request', 'GitHub', 'GitLab', 'PR', 'MR', 'uncommitted changes', 'branch comparison', 'architecture diagrams'. These are all terms users would naturally use.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive — the combination of Miro board + code review + PR/MR is a very specific niche. Unlikely to conflict with generic code review skills, generic Miro skills, or generic git skills due to the clear intersection of all three domains.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
miroapp/miro-ai
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.