Help us improve
Share bugs, ideas, or general feedback.
From frontend-skills
Generates GitHub Actions CI configs for React/TypeScript projects with coverage gates, visual regression testing, and bundle budgets.
npx claudepluginhub redpanda-data/ui-harness --plugin frontend-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/frontend-skills:setup-ci-pipelineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
GitHub Actions tuned for React/TypeScript:
Automates CI/CD pipeline setup with quality gates for linting, type checking, testing, building, security audits, and deployments using GitHub Actions. Use for new projects, modifying pipelines, or debugging failures.
Configures GitHub Actions CI/CD workflows for Python (pytest/ruff/mypy), Rust, and TypeScript (Jest/ESLint) projects with testing, linting, type-checking, build, and deployment pipelines.
Sets up or modifies CI/CD pipelines with automated quality gates (lint, types, tests, build, audit) and deployment. Includes GitHub Actions starters and platform mapping.
Share bugs, ideas, or general feedback.
GitHub Actions tuned for React/TypeScript:
See REFERENCE.md for workflow templates + Blacksmith tuning.
.github/workflows/quality-gate.yml from REFERENCE.md.github/dependabot.yml -- auto minor/patch, manual majortoHaveScreenshot() to Playwright tests--coverage --coverage.thresholds.lines=80 to test scriptsgh workflow run quality-gate.yml runs