break

GitHub

对单个组件进行视觉破坏性测试,通过渲染其在各种真实场景下的状态来生成报告,识别内容极端情况下的显示问题。

skills/break/SKILL.md jakubkrehel/skills

Trigger Scenarios

需要检查组件在不同状态下的视觉表现 验证组件在极端数据或边界条件下的健壮性

Install

npx skills add jakubkrehel/skills --skill break -g -y
More Options

Use without installing

npx skills use jakubkrehel/skills@break

指定 Agent (Claude Code)

npx skills add jakubkrehel/skills --skill break -a claude-code -g -y

安装 repo 全部 skill

npx skills add jakubkrehel/skills --all -g -y

预览 repo 内 skill

npx skills add jakubkrehel/skills --list

SKILL.md

Frontmatter
{
    "name": "break",
    "description": "Answers \"does this survive?\" for one component. Renders it on a page in every state real use can put it in, and hands that page over as a visual report of what broke.",
    "disable-model-invocation": true
}

Break

This skill takes one component and renders it on a fresh page under every scenario that can actually reach it. That page is the deliverable: a visual report the user scrolls through, every state side by side, with the breaks marked. A component built against one happy path looks finished right up until real content arrives.

It observes rather than judges. A finding here is something that visibly broke on the page, named in the vocabulary of the domain skill that owns the fix. Reviewing code against a standard is interface-review and better-interface; exploring design alternatives is variant.

Where variant insists on the real page, this skill isolates on purpose. You are not judging how the component looks in context. You are checking whether it defends itself when the content is worst-case.

The whole run is build, look once, report: minutes, not a session. The work is rendering an existing component with different props, and nothing in it justifies instrumentation, browser debugging or a second pass.

1. Scope one component

One component per run. "The settings page" is not a component; the profile form's text input is. Where the request spans several, list the candidates and ask which one to test, rather than picking on the user's behalf.

Restate what the component is in one sentence: what it accepts, what it renders and where it will live.

2. Infer the scenarios from the component

Stress only what varies. A scenario earns a slot when the component accepts something that can take that shape in production. So read the component first: its props, its slots, its states and the data it renders.

scenarios.md holds the axes, the values on each and the cue that says whether an axis applies. Walk it against the component and keep only the axes whose cue matches. A text input gets content length and states, never item quantity. A static icon button with a fixed label gets container and environment, never long text.

Write the kept scenarios down before building, one line each, so the harness renders a planned set rather than whatever came to mind. Then say which axes you dropped and why, in one line, so a wrong inference is cheap to catch.

3. Build the harness page

One throwaway page, holding the real component imported from the project, rendered once per scenario in a single column with a short text label above each instance.

The component ships untouched, in its real environment. A scratch route inside the app gives it the app's own layout, fonts and global styles for free. Labels, container widths and fixture props are everything the page adds: no fonts or styles of its own, no simulated themes or token swaps, no probes. A component observed under any of those is a different component.

Where the framework splits server from client components, the page itself is client code, "use client" in Next. Fixture props can silently vanish crossing that boundary into an interactive component, and every scenario renders empty.

Widths are scenarios on the page. Render the width cases inside fixed-width containers beside the full-width one, so a single load shows every width and nothing ever gets resized.

Feed scenarios as props and fixture data. The harness never imports production state, never wires to live data and production never imports from the harness.

4. Look once

One pass. Load the page in a browser that is already at hand, skim every scenario top to bottom and note what visibly broke. "Text escapes the field's right edge", never "spacing feels tight". A run that never rendered is a code review wearing a costume, and a predicted failure is still not a finding.

One load is the budget. When there is no browser, or the browser needs launching, window-wrangling or any debugging at all, skip the look entirely: hand the URL over and let the user's own eyes be the observation. Their look is worth more than yours anyway, since the page is theirs to read.

Then mark each break you did see on the page, a one-line note under that scenario's label, in a single edit. The page has to read as the report on its own.

5. Report what broke and stop

Report findings as a table, broken scenarios first:

Scenario Observed Owner
One unbreakable 60-character string Overflows the card, no wrap and no truncation better-typography
Zero items Blank region with no message better-writing

The owner column names the domain skill whose rules diagnose the break, so the fix starts in the right place. This skill owns no domain rules and issues no verdict.

"Everything survived" is a complete and useful report. Say which scenarios are on the page and where it is running, so the user can see every one themselves. End there rather than padding the result with preferences.

Do not fix anything unasked. On a request to fix, follow the owner skill's rules, then re-render the failing scenarios to confirm.

6. Leave the page up, delete it on request

The page is half the report, so it outlives the findings table. Leave it running and delete it and its fixtures only when the user says they are done with it.

Before you finish

Mistake Fix
Every axis run against every component Keep only the axes whose cue matches, and say which you dropped
A predicted failure reported as observed Render it, or leave it out
A scenario missing the content it was fed The harness is broken, not the component; make the page client code and re-check
A rebuilt lookalike component in the harness Import the real component from the project
The harness restyles or re-themes the component The app's layout, fonts and tokens as they are; labels and widths are all the page adds
A browser launched, debugged or screenshotted per scenario One load and one look, or hand the URL over and skip the look
Findings phrased as taste Report what was visible on the page, or nothing
A break reported without an owner Name the domain skill whose rules diagnose it
A clean run padded with suggestions "Everything survived" plus the scenario list is the report
The viewport resized scenario by scenario Widths are fixed containers on the page; one load shows them all
A break in the table but unmarked on the page Note it under the scenario's label; the page reads as the report on its own
Page deleted in the same turn as the report The page is half the report; delete only on the user's word

Version History

  • ca48385 Current 2026-08-27 10:16

Same Skill Collection

skills/better-accessibility/SKILL.md
skills/better-colors/SKILL.md
skills/better-interface/SKILL.md
skills/better-layout/SKILL.md
skills/better-typography/SKILL.md
skills/better-ui/SKILL.md
skills/better-writing/SKILL.md
skills/explain-interface/SKILL.md
skills/interface-review/SKILL.md
skills/variant/SKILL.md

Metadata

Files
0
Version
ca48385
Hash
32085787
Indexed
2026-08-27 10:16

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-27 17:31
浙ICP备14020137号-1 $Carte des visiteurs$