
from Galyarder Framework8
Require and verify concrete evidence (command outputs, test results, build exit codes) before claiming work is complete or creating PRs.
This skill enforces a verification-first workflow: before claiming tasks are complete (tests passing, builds green, bugs fixed), the agent must run the exact verification commands, inspect full outputs and exit codes, and attach evidence to any completion claim. It codifies operational modes, gating rules, and test-oracle practices to avoid premature success claims.
Use this skill whenever an agent or contributor is about to: mark work as complete, push commits, open pull requests, or report that a bug is fixed. It is especially useful during CI, test runs, release gates, or when agents delegate critical execution steps.
Likely compatible with agent runtimes that need deterministic verification and CI integration (Claude Code, Copilot/Codex-style agents, Gemini CLI integrations).
This skill has not been reviewed by our automated audit pipeline yet.
Playwright Test Reviewer
Automated Playwright test auditor: finds anti-patterns, scores files, and generates concrete fixes and patch suggestions to improve stability and coverage.
E2E Runner (compatibility)
Compatibility skill that resolves legacy `e2e-runner` references to the modern runtime or appropriate plugin when running end-to-end checks.