qa-check
Mandatory quality assurance for all dev work before publishing. Use BEFORE deploying any project to production. Validates build, tests browser functionality, checks mobile responsiveness, and ensures no broken links/images.
Why use this skill?
Automate your production deployment checklist with qa-check. Validate builds, mobile responsiveness, link health, and SEO metadata before going live.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gizmo-dev/qa-checkWhat This Skill Does
The qa-check skill is a comprehensive, mandatory quality assurance framework designed for OpenClaw AI agents to ensure that all development work meets production standards before deployment. It acts as a gatekeeper, systematically validating build integrity, browser-side functionality, mobile responsiveness, link health, performance metrics, and SEO metadata. By automating the verification process, it removes human error from the deployment checklist, ensuring that every project shared or deployed to production is functional, optimized, and error-free.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/gizmo-dev/qa-check
Once installed, ensure your project directory contains the necessary configuration scripts, or initialize the standard scripts/qa-check.sh entry point provided by the source repository.
Use Cases
This skill is essential in several scenarios:
- Continuous Deployment: Run it automatically via CI/CD pipelines before any
vercel --proddeployment. - Pre-Launch Validation: Use it before sharing project URLs on social media or with clients to prevent "link rot" or broken designs.
- Skill Development: Utilize it before publishing new skills to the ClawHub to maintain high community standards.
- Refactoring Checks: Invoke it after major architectural changes or dependency updates to ensure that core functionality remains intact.
Example Prompts
- "Run the qa-check for the project located in the current directory and report any failures before I push to production."
- "Perform a full QA suite on my latest build, specifically focusing on mobile responsiveness and external link validation."
- "My project is ready for deployment; can you execute the qa-check skill and summarize the build validation and SEO meta results?"
Tips & Limitations
- Tip: Treat the failure criteria as a hard stop. If the skill identifies a failure, do not attempt to bypass it; the cost of a buggy production release is significantly higher than the time required for a fix.
- Tip: Regularly audit your
scripts/qa-check.shto ensure it reflects the latest project dependencies. - Limitation: The skill performs static and automated dynamic checks. While it verifies link status and layout, it cannot simulate complex business logic or user intent; human verification of final production deployment remains the final step.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gizmo-dev-qa-check": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read, network-access, code-execution
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
verify-before-done
Prevent premature completion claims, repeated same-pattern retries, and weak handoffs. Use this skill to improve verification, strategy switching, and blocked-task reporting without changing personality or tone.
evidence-gap-mapper
在报告、方案或演示稿中定位结论先行但证据不足的位置,并给出补证优先级。;use for evidence, gap-analysis, research workflows;do not use for 伪造数据支撑结论, 忽略高风险假设.
human_test
Call real humans to test your product (URL or app). Get structured usability feedback with screen recordings, NPS scores, and AI-aggregated findings.
rocm_vllm_deployment
Production-ready vLLM deployment on AMD ROCm GPUs. Combines environment auto-check, model parameter detection, Docker Compose deployment, health verification, and functional testing with comprehensive logging and security best practices.