
from galyarder-framework12
Automated Playwright test auditor: finds anti-patterns, scores files, and generates concrete fixes and patch suggestions to improve stability and coverage.
This skill performs systematic reviews of Playwright test files to detect anti-patterns, flaky constructs, missing assertions, and coverage gaps. It inspects project config (playwright.config.ts), enumerates spec files, and scores each test file with clear Critical/Warning/Info findings. For critical issues it provides corrected code snippets and actionable fixes.
Use this skill when you want a fast, repeatable audit of a Playwright suite: before releases, after a spike in flaky CI failures, during test-coverage initiatives, or when onboarding new test authors. Trigger phrases include "review tests", "audit tests", "improve tests", or "playwright best practices check."
This skill is suited to agents that can read repository files and run static analysis (Copilot/Codex-like or Claude Code/Geoff integrations). It assumes access to repo files and an ExecutionProxy for applying edits if authorized.
Playwright test review skill with a well-structured anti-pattern checklist (20 items, severity-graded) and clear scoring rubric. Purely instructional — no bundled scripts. The global framework protocols preamble is verbose and partially irrelevant to the skill's core function, adding noise. Anti-patterns are practical and well-categorized. References an external anti-patterns.md file that isn't bundled, which could cause gaps.
Clean skill with no security concerns. The 'global protocols' section (modes, TDD gating, execution proxy) is framework-specific boilerplate that inflates the skill body without adding value for standalone use. The core review logic (steps 1-6, anti-patterns, scoring) is solid and practical. Would benefit from the anti-patterns.md reference being included inline or as a bundled file.
Verification Before Completion
Require and verify concrete evidence (command outputs, test results, build exit codes) before claiming work is complete or creating PRs.
E2E Runner (compatibility)
Compatibility skill that maps legacy `e2e-runner` calls to current runtime capabilities, routing requests to modern plugins or agents.
Requesting Code Review
Dispatch a focused code-review subagent and follow a strict review contract to catch critical issues before merging or continuing development.
Remotion Engineer (compatibility)
Compatibility/adapter skill that maps legacy `remotion-engineer` capability names to the modern runtime and enforces the framework’s operational protocols.
Requesting Code Review
Dispatches a focused code-review subagent and provides a template-driven process to request reviews before merges, feature completion, or risky changes.
Remotion Engineer (compatibility)
Compatibility skill that maps legacy `remotion-engineer` references to current runtime practices and enforces the framework's operational protocols for agentic
Galyarder Release Coordination
Coordinated release workflow for the Galyarder Framework: verification gates, canary validation, smoke tests, stable promotion, changelog drafting, and follow-u