Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

qa-skills

qa-skills contient 58 skills collectées depuis AZANIR, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
58
Stars
2
mis à jour
2026-03-23
Forks
2
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

qa-orchestrator
Analystes en assurance qualité des logiciels et testeurs

Master skill coordinating all QA skills through pipeline modes (full-cycle, docs-only, testcases-only, write-tests, report), formalized handoff chains, scheduler rules, and framework/language selection based on project context.

2026-03-23
qa-project-memory
Analystes en assurance qualité des logiciels et testeurs

QA project memory with auto-update. Structured log of bugs, decisions, tests, regressions, environments. Automatically updated after every QA task. Archive system with searchable index for large projects. Trigger phrases (EN): "initialize memory", "init qa memory", "find known bug", "search memory", "show what was done", "check regressions", "memory status", "archive memory", "log a bug", "add decision", "memory summary", "what bugs do we know", "update memory", "show test log". Trigger phrases (UA): "ініціалізувати пам'ять", "знайти відомий баг", "пошук у пам'яті", "показати що було зроблено", "перевірити регресії", "статус пам'яті", "архівувати пам'ять", "залогувати баг", "додати рішення", "зведення пам'яті", "які баги відомі", "оновити пам'ять", "показати лог тестів", "що ми вирішили про", "які тестові середовища є".

2026-03-23
qa-playswag
Analystes en assurance qualité des logiciels et testeurs

Analyze OpenAPI/Swagger spec (JSON or YAML) against existing test files and generate an HTML coverage report with QA automation tasks. Use when user provides an OpenAPI spec file and wants to know test coverage status.

2026-03-21
qa-accessibility-test-writer
Analystes en assurance qualité des logiciels et testeurs

Generate accessibility tests for WCAG 2.2 compliance using axe-core, Pa11y, and Lighthouse with automated checks for ARIA patterns, keyboard navigation, color contrast, and screen reader support.

2026-03-08
qa-api-contract-curator
Analystes en assurance qualité des logiciels et testeurs

Manage and formalize API contracts from existing endpoints, swagger/JSON, network traffic, or developer interviews into OpenAPI specifications.

2026-03-08
qa-browser-data-collector
Analystes en assurance qualité des logiciels et testeurs

Autonomously explore live web applications using Playwright MCP to collect page structure, form fields, validation rules, API endpoints, and user flows for test case generation.

2026-03-08
qa-bug-ticket-creator
Analystes en assurance qualité des logiciels et testeurs

Generate structured bug reports from test failures with expected/actual results, reproduction steps, evidence, severity/priority, and auto-create GitHub Issues via GitHub MCP with duplicate detection.

2026-03-08
qa-changelog-analyzer
Analystes en assurance qualité des logiciels et testeurs

Analyze git diff and commit history to recommend which tests to add, update, or run based on code changes.

2026-03-08
qa-clickup-integration
Développeurs de logiciels

ClickUp integration for creating tasks, managing lists/spaces, and tracking QA workflows via REST API.

2026-03-08
qa-codeceptjs-writer
Analystes en assurance qualité des logiciels et testeurs

Generate CodeceptJS scenario-driven E2E and BDD tests for TypeScript with human-readable syntax, multi-backend support (Playwright/WebDriver/Puppeteer), and Gherkin integration.

2026-03-08
qa-coverage-analyzer
Analystes en assurance qualité des logiciels et testeurs

Analyze test coverage across three dimensions -- requirements/model coverage via RTM, technique coverage per ISO 29119-4, and code coverage via Istanbul/V8/JaCoCo -- with risk-based gap recommendations.

2026-03-08
qa-cypress-writer
Analystes en assurance qualité des logiciels et testeurs

Generate Cypress E2E and component tests for TypeScript with time-travel debugging, cy.intercept for network mocking, and component testing via cy.mount.

2026-03-08
qa-data-factory
Analystes en assurance qualité des logiciels et testeurs

Generate realistic test data using fixtures, factory patterns, and faker-based seeds for consistent and reproducible test environments.

2026-03-08
qa-diagram-generator
Concepteurs web et d'interfaces numériques

Universal diagram generator supporting 14 Mermaid diagram types. Works standalone or as an embedded service for other QA skills.

2026-03-08
qa-discovery-interview
Analystes en assurance qualité des logiciels et testeurs

QA-adapted discovery interview that transforms vague context into structured QA briefs through iterative questioning. Works standalone or as an embedded service auto-triggered by other skills when input is insufficient.

2026-03-08
qa-environment-checker
Analystes en assurance qualité des logiciels et testeurs

Verify test environment readiness by checking services, databases, required accounts, configurations, dependencies, and tool availability before test execution.

2026-03-08
qa-flaky-detector
Analystes en assurance qualité des logiciels et testeurs

Analyze CI history and test execution data to identify flaky tests using 4-pattern classification -- race conditions, shared state, time-dependency, external dependencies -- with suggested fixes.

2026-03-08
qa-github-issues-enhanced
Analystes en assurance qualité des logiciels et testeurs

Enhanced GitHub Issues workflows with auto-labels, issue templates, milestone management, and structured QA workflows via GitHub MCP.

2026-03-08
qa-httpx-writer
Analystes en assurance qualité des logiciels et testeurs

Generate httpx/requests API tests for Python with async support, session management, and schema validation using pytest.

2026-03-08
qa-jest-writer
Analystes en assurance qualité des logiciels et testeurs

Generate Jest unit and integration tests for TypeScript/JavaScript projects with jest.mock, snapshots, code coverage, and describe/it patterns.

2026-03-08
qa-jira-integration
Analystes en assurance qualité des logiciels et testeurs

Jira integration for creating issues, managing epics/sprints, syncing with Xray/Zephyr test management, and tracking QA workflows via REST API or Atlassian MCP.

2026-03-08
qa-jmeter-writer
Analystes en assurance qualité des logiciels et testeurs

Generate JMeter performance test plans in XML/JMX format with thread groups, samplers, listeners, assertions, and CI-ready configuration.

2026-03-08
qa-junit5-writer
Analystes en assurance qualité des logiciels et testeurs

Generate JUnit 5 unit and integration tests for Java with parameterized tests, nested classes, extensions, Mockito mocking, and AssertJ assertions.

2026-03-08
qa-k6-writer
Analystes en assurance qualité des logiciels et testeurs

Generate k6 performance tests in JavaScript for load, stress, soak, and spike testing with thresholds, scenarios, checks, and CI-friendly output.

2026-03-08
qa-linear-integration
Analystes en assurance qualité des logiciels et testeurs

Linear integration for creating issues, managing projects/cycles, and tracking QA workflows via GraphQL API or Linear MCP.

2026-03-08
qa-locust-writer
Analystes en assurance qualité des logiciels et testeurs

Generate Locust performance tests in Python for load testing with distributed mode, custom load shapes, and real-time web UI monitoring.

2026-03-08
qa-manual-test-designer
Analystes en assurance qualité des logiciels et testeurs

Design manual test cases and exploratory testing charters using specification-based techniques, risk-based prioritization, and persona-based testing approaches.

2026-03-08
qa-mobile-test-writer
Analystes en assurance qualité des logiciels et testeurs

Generate mobile tests using Appium, WebdriverIO Mobile, and Flutter Driver for iOS and Android native, hybrid, Flutter, and mobile web applications.

2026-03-08
qa-nfr-analyst
Analystes en assurance qualité des logiciels et testeurs

Dedicated non-functional requirements analysis per ISO/IEC 25010 quality model covering performance, security, usability, reliability, maintainability, and portability.

2026-03-08
qa-pact-writer
Analystes en assurance qualité des logiciels et testeurs

Generate consumer-driven contract tests using Pact for JavaScript and Python to verify microservice API compatibility between consumer and provider.

2026-03-08
qa-plan-creator
Spécialistes en gestion de projets

Universal QA plan generator supporting 10 plan types including test plans, sprint plans, regression plans, release plans, UAT plans, performance plans, migration plans, onboarding plans, and custom plans.

2026-03-08
qa-playwright-py-writer
Analystes en assurance qualité des logiciels et testeurs

Generate Playwright E2E tests for Python with async/sync API, pytest-playwright integration, POM pattern, and live browser record mode via Playwright MCP.

2026-03-08
qa-playwright-ts-writer
Analystes en assurance qualité des logiciels et testeurs

Generate Playwright E2E, component, and unit tests for TypeScript with auto-wait, multi-browser support, POM pattern, and live browser record mode via Playwright MCP.

2026-03-08
qa-pytest-writer
Analystes en assurance qualité des logiciels et testeurs

Generate pytest unit and integration tests for Python with fixtures, parametrize, markers, conftest patterns, and plugin ecosystem support.

2026-03-08
qa-qase-integration
Analystes en assurance qualité des logiciels et testeurs

Qase.io TMS integration for syncing test cases, pushing test run results, and pulling test case updates between local QA workflow and Qase.io projects via REST API.

2026-03-08
qa-requirements-generator
Analystes en assurance qualité des logiciels et testeurs

Extract and normalize requirements from any source (URL, Figma, code, description) into structured specifications per ISO 29148.

2026-03-08
qa-rest-assured-writer
Analystes en assurance qualité des logiciels et testeurs

Generate REST Assured API tests for Java with BDD-style syntax, JSON/XML schema validation, authentication handling, and Allure reporting.

2026-03-08
qa-risk-analyzer
Analystes en assurance qualité des logiciels et testeurs

Risk-based testing prioritization with impact analysis for code changes using the formula Risk = Complexity × ChangeFrequency × (1 - TestCoverage).

2026-03-08
qa-robot-framework-writer
Analystes en assurance qualité des logiciels et testeurs

Generate Robot Framework tests for E2E, acceptance testing, and RPA with keyword-driven human-readable syntax, SeleniumLibrary, BrowserLibrary, and RequestsLibrary.

2026-03-08
qa-security-test-writer
Analystes en assurance qualité des logiciels et testeurs

Generate security tests based on OWASP Top 10 and WSTG covering injection, XSS, CSRF, authentication bypass, and DAST using ZAP and custom scripts.

2026-03-08
Affichage des 40 principaux skills collectés sur 58 dans ce dépôt.