
from skillshub54
QA orchestration skill: defines test strategy, assigns unit/integration/E2E suites, enforces coverage thresholds, and coordinates CI test execution.
Acts as a QA Lead skill that coordinates testing across a project: defines test plans, assigns work to unit/integration/E2E test skills, runs or orchestrates automation, and evaluates coverage and quality gates. Covers test data strategies, retry logic, success metrics, and CI/CD integration points.
Trigger this skill when a code change requires a testing plan, when you need to enforce coverage (e.g., >80%), to coordinate parallel test execution, produce test reports, or gate builds in CI. Useful for teams embedding testing orchestration into automated pipelines.
skill-report.json present in the repo which may contain metadata.Suitable for agents that orchestrate CI/CD and test runners, or generate test code (Copilot/Codex, CI automation agents, or internal orchestrators).
Test Orchestrator is a documentation-only skill with no executable scripts. It provides comprehensive QA guidance covering test strategy, automation, quality gates, and coverage enforcement. While well-organized with clear checklists and illustrative code snippets, it cannot actually execute tests or interact with CI systems. The referenced sub-skills (unit-test-skill, integration-test-skill, etc.) are not bundled or guaranteed to exist.
Documentation-heavy skill with no runtime component. Good as a reference/guide but limited practical value as an autonomous skill. Would need companion scripts or skill dependencies to be truly useful.
Algolia Cost Tuning
Practical guide to reduce Algolia billing by auditing records/requests, switching to virtual replicas, multi-query usage, caching, and cleanup strategies.
Anthropic Security Basics
Practical security practices for Anthropic Claude integrations: API key management, input validation, prompt-injection defenses, and output scanning.
Colorize — Strategic UI Color Introduction
Introduce purposeful color to monochromatic interfaces to improve hierarchy, meaning, and visual engagement while preserving accessibility.
Input Validation Checker
Automated guidance and code patterns for implementing robust input validation and secure-coding practices (OWASP-aligned).
Plotly Chart Generator
Generates Plotly charts and production-ready code for visualizations; validates outputs and follows best practices for charts and presentations.
Security Headers Generator
Auto-activating skill that generates and validates security HTTP headers and provides guidance for implementing secure header configurations.
Turborepo Guidance
Practical Turborepo guidance for JavaScript/TypeScript monorepos: task configuration, caching, filtering, and CI best-practices.
Exa Webhooks & Events
Patterns and example code for building webhook-style monitors and alerts around Exa neural search (scheduled monitors, similarity alerts, digests).
Splitwise Automation (Composio/Rube MCP)
Automation patterns for Splitwise via Composio's Splitwise toolkit over Rube MCP; includes discovery, connection checks, and safe execution patterns.
Golang Dependency Management
Guidelines and CLI recipes for safely adding, upgrading, auditing and managing Go dependencies, including govulncheck, go.mod practices, vendoring, and automate