Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
AI-powered QA for Strykr trading platform. Pre-built tests for crypto, stocks, news, AI chat. CI/CD ready. Works with Cursor, Claude, ChatGPT, Copilot. Vibe-coding enabled.
AI-powered QA for Strykr trading platform. Pre-built tests for crypto, stocks, news, AI chat. CI/CD ready. Works with Cursor, Claude, ChatGPT, Copilot. Vibe-coding enabled.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
QA automation skill for testing Strykr (https://app.strykr.ai).
Automated testing for the Strykr AI finance dashboard: Pre-built test suites for all pages Signal card validation AI response quality checks PRISM API health monitoring Known issue tracking
Testing Strykr after deployments Regression testing Monitoring site health Validating new features
cd /path/to/strykr-qa-bot npm test
npm run test:homepage npm run test:crypto npm run test:stocks npm run test:news npm run test:events npm run test:ai-chat
npm run smoke
import { StrykrQABot } from 'strykr-qa-bot'; const qa = new StrykrQABot({ baseUrl: 'https://app.strykr.ai' }); // Run all suites const results = await qa.runAll(); // Check specific assertions await qa.expectSignalCard({ hasPrice: true, hasChart: true }); await qa.expectAIResponse({ minLength: 200 }); // Health check API const health = await qa.checkPrismEndpoints(); // Generate report const report = qa.generateReport();
SuiteTestsNoteshomepageNavigation, widgets, statusEntry pointcrypto-signalsFilters, cards, actionsHas known modal issuestock-signalsAsset filters, actionsStocks/ETFs/ForexnewsRouting, categoriesKnown direct URL issueeventsImpact filters, timesKnown direct URL issueai-chatInput, responsesQuality validation
details-modal-empty (High) - Modal opens but content empty direct-url-blank-news (Medium) - /news blank on direct nav direct-url-blank-events (Medium) - /economic-events blank events-widget-race-condition (Low) - Intermittent widget load
Edit strykr-qa.yaml: baseUrl: https://app.strykr.ai browser: headless: false timeout: 30000
web-qa-bot (peer dependency)
Test results with: Pass/Fail/Known-issue status Screenshots at each step Console error capture Timing metrics Markdown report
Next Frontier (@NextXFrontier)
GitHub Strykr
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.