pre-pr
01Command Claude Code
Run the full pre-PR gate (pnpm all) and self-review the diff against the component checklist.
Command Claude Code
Run the full pre-PR gate (pnpm all) and self-review the diff against the component checklist.
Command Claude Code
Find likely duplicates of an issue with 5 parallel search agents and report them for publication.
Command Claude Code
Find open PRs that duplicate a PR with 3 parallel search agents; silent when none found.
Command Claude Code
Find open issues a PR likely resolves with 5 parallel search agents and report them for publication.
Instructions file CodexOpenCode
Instructions for allxsmith/bestax: TypeScript-first React component library for Bulma v1 (@allxsmith/bestax-bulma), a project scaffolder (create-bestax), and the Docusaurus source of https://bestax.io. pnpm + Turborepo monorepo.
Instructions file
Instructions for allxsmith/bestax, covering bestax, toolchain, commands, quality gates and commits — release-affecting, not cosmetic.
Skill Claude CodeCodex
Build a custom React component in the bestax/Bulma style. In an app using @allxsmith/bestax-bulma — compose existing components, helper props, public hooks (useBulmaClasses, usePrefixedClassNames), and --bulma- CSS variables. In the bestax monorepo — the full component pipeline (SCSS partial, stories, tests, docs…
Skill Claude CodeCodex
Build forms with @allxsmith/bestax-bulma — Field/Control/Label/Help composition, inputs, selects, checkboxes, radios, switches, and advanced controls (Autocomplete, Slider, Numberinput, Rate, Taginput, File, date/time). There is no form/validation library; this skill shows the components and the validate-it-yourself…
Skill Claude CodeCodex
Use icons in an app built with @allxsmith/bestax-bulma — the Icon/IconText components and the five supported libraries (Font Awesome, Material Design Icons, Ionicons, Google Material Icons, Material Symbols). Use when adding an icon, choosing or configuring the app-wide icon library, fixing an icon that renders blank…
Skill Claude CodeCodex
Scaffold a complete, responsive page layout with @allxsmith/bestax-bulma — app shells/dashboards, marketing/landing pages, centered auth/settings pages, and card-grid catalogs. Use when building a full page or overall app layout (not a single component).
Skill Claude CodeCodex
Migrate an existing app from react-bulma-components (v4) to @allxsmith/bestax-bulma on Bulma v1 — run the bestax-migrate codemod, then resolve every TODO(bestax-migrate) comment it leaves using the mapping references. Use when a repo imports react-bulma-components and wants to move to bestax-bulma, when…
Skill Claude CodeCodex
Reduce the built CSS size of an app using @allxsmith/bestax-bulma — measure raw and gzip size, then apply the cheapest lever that fits (lighter prebuilt CSS flavor, hand-rolled modular Sass build, import and icon-asset hygiene). Use when the CSS bundle looks too big, a size budget or Lighthouse audit flags stylesheet…
Skill Claude CodeCodex
Customize colors, branding, dark mode, and visual tokens of an app built with @allxsmith/bestax-bulma. Use when changing the primary/brand color, recoloring components, overriding Bulma --bulma- CSS variables, setting fonts/radius/spacing tokens, adding light/dark mode, or configuring the app-wide icon library / class…