6 published skills
- ▌ Ui4 Review · payloadcmsReview UI4 CSS migrations for proper token usage. Checks that CSS variables are used instead of hardcoded values.
- ▌ Triage CI Flake · payloadcmsUse when CI tests fail on main branch after PR merge, when investigating flaky test failures, or when user provides a PR URL/number to aggregate all failing tests
- ▌ Payload · payloadcms bundleUse when working with Payload projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
- ▌ Ui4 Convert Tests · payloadcmsUse when UI changes are complete and e2e tests need updating. Analyzes what changed in UI components and systematically finds/fixes affected tests.
- ▌ Audit Dependencies · payloadcmsUse when fixing dependency vulnerabilities, running pnpm audit, or when the audit-dependencies CI check fails
- ▌ E2e Write Visual Test · payloadcmsUse when writing a Playwright visual regression (screenshot comparison) test, tagging a test `@visual`, generating or updating baseline screenshots, running visual tests locally, or debugging a failing screenshot comparison in CI.