بنقرة واحدة
bench-workflow
Configure, author, and run benchmark implementations in this repo.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Configure, author, and run benchmark implementations in this repo.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | bench-workflow |
| description | Configure, author, and run benchmark implementations in this repo. |
frameworks/src/pagesAdd or update a framework implementation
frameworks/<id>/index.html that imports ../../src/styles.css and uses the
.bench-shell body class.index.ts and app.<suffix> with the framework-specific entry.Wire up configuration
package.json under benchmarks.frameworks.plugins/vite-plugin-multi-framework.ts and the frameworks list in
vite.config.ts.tsconfigs/tsconfig.<id>.json and include it in tsconfig.json references.Apply design system rules
src/design-system.css classes for UI.Add or update manual UI tests
src/pages/manual-tests/<test>/.src/pages/index.ts.Run and verify
pnpm run dev for local UI checks.pnpm run bench to run the benchmark runner.Provide:
Give a concise bullet list of changes, then a short test plan.
Configure, author, and run Vani benchmark implementations and manual tests.
Adds a new benchmark view/test suite in this repo, updates the runner, blueprints, framework views, and results UI. Use when adding a new benchmark view/test suite or when running benchmark UI tests and displaying their results.
Builds scalable design systems with Tailwind CSS 4 using CSS-based tokens, component patterns, and responsive guidelines with accessibility checks. Use when creating component libraries, implementing design systems, or refactoring and standardizing UI patterns.