mit einem Klick
visual-testing
visual-testing enthält 3 gesammelte Skills von repobuddy, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Generates a changeset file for the visual-testing monorepo by analyzing git changes and writing a properly formatted .changeset/*.md entry. Use when the user asks to add a changeset, create a changeset, document a release, or record a change for storybook-addon-vis or vitest-plugin-vis.
Prunes unused Code Spell Checker entries in .vscode/settings.json by running a TypeScript maintenance script (not by searching the repo in-chat). Use when the user wants to clean cSpell.words, remove stale spell-check ignores, or reduce the dictionary list.
Adds a new integration testcase package under testcases/ for vitest-plugin-vis or storybook-addon-vis in the visual-testing monorepo. Guides discovery questions, scaffolding from existing examples, wiring root vitest projects, and root package.json script aliases for pnpm filter and vitest --project. Use when the user asks to add a testcase, test case project, integration fixture, or repro under testcases/.