
from galyarder-framework12
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).
A guidelines-heavy skill from the Galyarder Framework that mandates verification before completion claims. No scripts to run — purely a declarative rule document. The core verification gate concept is sound, but the SKILL.md is padded with unrelated framework protocols and jargon, making it more of a manifesto than an actionable skill.
Core concept is valuable (verification-before-claiming-done) but execution is weak — it's a philosophy document not a functional skill. Heavy branding/jargon from Galyarder Labs reduces portability.
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 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