market

Audit software applications for internationalization and WCAG 2.1 accessibility compliance.

5|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/WynterJones/OpenPaw --skill market-wynterjones
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: market
Source: https://github.com/WynterJones/OpenPaw/tree/main/.claude/skills/market
Command: npx skills add https://github.com/WynterJones/OpenPaw --skill market-wynterjones

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenges of preparing software for international audiences by identifying and rectifying issues related to language support and accessibility.

Core Features & Use Cases

  • Internationalization (i18n) Audit: Scans for hardcoded text, checks translation coverage, and identifies missing translation keys.
  • Accessibility Audit: Performs a WCAG 2.1 Level AA compliance check for common accessibility issues.
  • Use Case: Before launching your application in new global markets, use this Skill to ensure all user-facing text is translatable and that the application meets accessibility standards for a wider user base.

Quick Start

Run a market readiness check for internationalization and accessibility.

Frequently Asked Questions about market

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my application for hardcoded strings and missing translation keys?

Conducting an internationalization audit scans your software for hardcoded text and verifies i18n coverage to identify missing translation keys. This ensures all user-facing text is properly prepared for global markets.

What is a WCAG 2.1 accessibility audit and how does it work?

A WCAG 2.1 accessibility audit performs a Level AA compliance check to identify common accessibility issues in your application. It verifies your software meets accessibility standards for a wider user base.

How do I prepare my software for international markets?

Preparing software for international markets involves running internationalization and accessibility audits to verify translation coverage and compliance. This identifies and helps rectify language support and accessibility issues before launch.

Can I verify WCAG 2.1 Level AA compliance for my web application?

Yes, you can verify WCAG 2.1 Level AA compliance by performing an accessibility audit. This checks your application for common accessibility issues to ensure it meets standards for users needing assistive technologies.

What are the limitations of automated internationalization and accessibility audits?

Automated internationalization and accessibility audits focus on scanning for hardcoded strings, verifying translation coverage, and checking common WCAG 2.1 issues, but may not catch all complex contextual or user-experience barriers without manual testing.