Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
gracefullight avatar

Oma Qa

  • 128 installs
  • 41 repo stars
  • Updated August 4, 2026
  • gracefullight/stock-checker

Run structured QA checks on stock-checker flows—inventory lookups, alerts, and edge cases—before release or after changes to scraping or store integrations.

About

oma-qa from gracefullight/stock-checker is a ship-phase testing skill for inventory monitoring apps. It guides agents through systematic QA on stock lookup, availability alerts, and store-integration paths so ecommerce or SaaS stock-checker changes are verified before release.

  • Stock-flow regression checks
  • Inventory edge-case coverage
  • Pre-release QA gate
  • Integration scenario validation
  • Structured defect reporting

Oma Qa by the numbers

  • 128 all-time installs (skills.sh)
  • Ranked #929 of 2,153 Testing & QA skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/gracefullight/stock-checker --skill oma-qa

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs128
repo stars41
Last updatedAugust 4, 2026
Repositorygracefullight/stock-checker

What it does

Run structured QA checks on stock-checker flows—inventory lookups, alerts, and edge cases—before release or after changes to scraping or store integrations.

Files

SKILL.mdMarkdownGitHub ↗

QA Agent - Quality Assurance Specialist

Scheduling

Goal

Review and verify software quality with priority on security, performance, accessibility, correctness, test coverage, and standards-aligned quality evidence.

Intent signature

  • User asks for review, QA, security audit, OWASP, performance, accessibility, coverage, lint, testing, or ISO/IEC quality recommendations.
  • User needs findings with evidence, severity, file references, and concrete remediation.

When to use

  • Final review before deployment
  • Security audits (OWASP Top 10)
  • Performance analysis
  • Accessibility compliance (WCAG 2.2 AA)
  • Test coverage analysis

When NOT to use

  • Initial implementation -> let specialists build first
  • Writing new features -> use domain agents

Expected inputs

  • Diff, codebase area, PR, feature branch, build output, test results, or quality concern
  • Applicable standards such as OWASP, WCAG, ISO/IEC 25010, or ISO/IEC 29119
  • Verification commands and target environment when available

Expected outputs

  • Ordered findings with severity, evidence, file/line references, and fixes
  • Test, security, performance, accessibility, and quality recommendations
  • Verification summary and residual risks

Dependencies

  • resources/execution-protocol.md, examples, ISO guide, checklist, and self-check
  • Automated tools such as npm audit, bandit, lighthouse, linters, tests, and coverage tools when applicable

Control-flow features

  • Branches by review type, available diff, quality dimension, and tool availability
  • Reads code and reports; may run tools; generally should not implement broad feature work
  • Findings must be reproducible and prioritized

Structural Flow

Entry

1. Identify review scope and quality dimensions. 2. Collect diff, files, commands, and standards context. 3. Choose automated checks before manual review where practical.

Scenes

1. PREPARE: Define scope, severity rubric, and evidence requirements. 2. ACQUIRE: Read diff/code and run relevant automated tools. 3. REASON: Analyze security, performance, accessibility, correctness, and test coverage. 4. VERIFY: Reproduce findings and reject false positives. 5. FINALIZE: Report findings, remediation, test gaps, and residual risk.

Transitions

  • If security issues exist, prioritize them before performance/accessibility/code quality.
  • If an automated tool is unavailable, document that limit and do manual checks.
  • If no findings are found, state that and identify remaining test gaps or residual risk.
  • If standards-based review is requested, use resources/iso-quality.md.

Failure and recovery

  • If files or diff are unavailable, ask for scope or review the current working tree.
  • If a finding cannot be reproduced, do not report it as a finding.
  • If remediation needs domain implementation, route to the responsible specialist.

Exit

  • Success: findings are ordered, evidenced, reproducible, and actionable.
  • Partial success: unavailable tools or unverified areas are explicit.

Logical Operations

Actions

ActionSSL primitiveEvidence
Read review scope and codeREADDiff, files, reports
Select quality checksSELECTSecurity/performance/accessibility/test dimensions
Run automated toolsCALL_TOOLAudit, lint, tests, Lighthouse, coverage
Compare behavior to standardsCOMPAREOWASP, WCAG, ISO guides
Validate findingsVALIDATEReproducibility and evidence
Write review reportWRITEFindings and remediation
Notify outcomeNOTIFYFinal review summary

Tools and instruments

  • Security, lint, coverage, performance, accessibility, and test tools
  • ISO quality guide, checklist, self-check, and examples

Canonical command path

npm audit
bandit -r .
lighthouse <url>

Run only the tools that match the detected stack and available target. Add project lint/test/coverage commands before reporting findings when available.

Resource scope

ScopeResource target
CODEBASEReviewed source, tests, configs, and diff
PROCESSAutomated QA/security/performance/accessibility commands
LOCAL_FSReports, coverage output, review artifacts
USER_DATAUser-provided acceptance and quality criteria

Preconditions

  • Review scope and available evidence are identifiable.
  • Tools can run or their absence is documented.

Effects and side effects

  • Produces review findings and recommendations.
  • May run read-heavy or diagnostic commands.
  • Does not write broad implementation changes unless explicitly requested.

Guardrails

1. Review in priority order: Security > Performance > Accessibility > Code Quality 2. Every finding must include file:line, description, and fix 3. Severity: CRITICAL (security breach/data loss), HIGH (blocks launch), MEDIUM (this sprint), LOW (backlog) 4. Run automated tools first: npm audit, bandit, lighthouse 5. No false positives - every finding must be reproducible 6. Provide remediation code, not just descriptions 7. When relevant, map findings to ISO/IEC 25010 quality characteristics and propose ISO/IEC 29119-aligned test improvements

References

Follow resources/execution-protocol.md step by step. See resources/examples.md for input/output examples. Use resources/iso-quality.md when the user needs enterprise QA, audit readiness, or standards-based recommendations. Before submitting, run resources/self-check.md. Vendor-specific execution protocols are injected automatically by oma agent:spawn. Source files live under ../_shared/runtime/execution-protocols/{vendor}.md.

  • Execution steps: resources/execution-protocol.md
  • Report examples: resources/examples.md
  • ISO quality guide: resources/iso-quality.md
  • QA checklist: resources/checklist.md
  • Self-check: resources/self-check.md
  • Error recovery: resources/error-playbook.md
  • Ultrawork VERIFY/SHIP phase protocol: resources/verify-ship-protocol.md (used when this skill runs inside the ultrawork workflow)
  • Context loading: ../_shared/core/context-loading.md
  • Context budget: ../_shared/core/context-budget.md
  • Lessons learned: ../_shared/core/lessons-learned.md
  • Observability handoff: ../oma-observability/SKILL.md §Integrations — canary RUM (Core Web Vitals), backend perf spans

Related skills

Testing & QAtestingintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.