qa

Solid

Use when completing any task (final validation step), running audits, preparing for deployment, or when ESLint/TypeScript/build errors occur.

Testing & QA 40 stars 6 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 73/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
0

Skill Content

# QA Skill ## Canonical Sources > This skill references the following globals — read them BEFORE starting work: > - `system/globals/responsiveness.md` — Breakpoints, test order, anti-patterns ## Domain Testing, Validation, Code Quality, Launch Readiness ## KPIs | Metric | Target | Measurement | |--------|--------|-------------| | Lighthouse Best Practices | >90 | Lighthouse JSON → `categories.best-practices.score * 100` | | ESLint Errors | 0 | `npm run lint -- --format json` | | ESLint Warnings | 0 | `npm run lint -- --format json` | | Formatting Issues | 0 | `npm run format:check` | | HTML Validation Errors | 0 | `npx html-validate dist/` | ## Rules ### Build Pipeline ```bash # Full QA pipeline npm run lint # ESLint errors/warnings npm run format:check # Prettier formatting npx tsc --noEmit # TypeScript errors npm run build # Astro build (0 errors, 0 warnings) ``` ### Pre-Launch Checklist #### Content - [ ] No placeholder content ("Lorem ipsum", "TODO", "FIXME") - [ ] All links work (no `#` or `javascript:void(0)`) - [ ] Images have descriptive alt text - [ ] Text is proofread #### Branding - [ ] Logo replaced (no longer AstroDeck default) - [ ] Favicon set (`public/favicon.svg`) - [ ] OG image created (`public/og-image.png`, 1200x630px) - [ ] Site title and description in `astro.config.mjs` #### Legal - [ ] Imprint present (required in DACH region) - [ ] Privacy policy present - [ ] Cookie banner configured (if tracking active) #### Anal...

Details

Author
holger1411
Repository
holger1411/astrodeck
Created
3 months ago
Last Updated
6 days ago
Language
Astro
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

geo-lint

SEO & GEO content linter — validates Markdown/MDX files for AI search visibility using 92 deterministic rules (35 GEO, 32 SEO, 14 content quality, 8 technical, 3 i18n). Runs an autonomous lint-fix loop: scan content, read structured violations, fix them, re-lint until clean. Use when optimizing content for AI citations, auditing SEO compliance, checking GEO readiness, or running pre-publish content validation. Triggers on: "geo-lint", "lint content", "SEO audit", "GEO", "content optimization", "AI search", "citation readiness".

20 Updated 3 weeks ago
IJONIS
Data & Documents Solid

skill-issue

Audit and review all installed agent skills. Run on-demand or via cron to get a health report: skill inventory, usage tracking, version checks, dependency health, and actionable recommendations (keep, update, review, remove). Use when asked to review skills, check for skill updates, find unused skills, or audit the skill ecosystem.

22 Updated 2 months ago
krispuckett
Testing & QA Solid

playwright-skill

Battle-tested Playwright patterns for E2E, API, component, visual, accessibility, and security testing. Covers locators, fixtures, POM, network mocking, auth flows, debugging, CI/CD (GitHub Actions, GitLab, CircleCI, Azure, Jenkins), framework recipes (React, Next.js, Vue, Angular), and migration guides from Cypress/Selenium. TypeScript and JavaScript.

185 Updated 1 weeks ago
testdino-hq
Code & Development Featured

code-review

Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.

50,963 Updated 1 weeks ago
shareAI-lab
Code & Development Solid

seo

Deterministic LLM-first SEO audits for websites, blog posts, and GitHub repositories. Use this when the user asks to "perform SEO analysis", "run SEO audit", "analyze SEO", "check technical SEO", "review schema", "Core Web Vitals", "E-E-A-T", "hreflang", "GEO", "AEO", or GitHub repository SEO optimization. For full/page/repo audits, run bundled scripts for evidence and return prioritized, confidence-labeled fixes.

326 Updated 1 months ago
Bhanunamikaze