Tag: testing

Type: All Skills Tools
skill ★ 50

Comprehensive code quality verification loop

This skill executes a multi-phase quality gate, systematically checking code through build, type validation, linting, comprehensive testing, security scanning, and diff review. It generates a detailed report to ensure the codebase is ready …

tan-yong-sheng/ai-vision-mcp code-quality testing linting security-scan
skill ★ 6

Interactive Testing for Memory MCP

A guided testing suite designed to verify the full range of features within the Memory MCP implementation, including knowledge graphs, hot cache mechanics, and contradiction detection.

michael-denyer/memory-mcp mcp testing memory-management knowledge-graph
skill ★ 23

Orchestrates Feature Unit Development and Validation

This skill manages the end-to-end lifecycle of a feature unit, handling configuration loading, comprehensive testing (unit, integration, E2E), and bug remediation. It critically enforces spec-to-implementation alignment before generating a …

markmhendrickson/neotoma feature-workflow development-lifecycle spec-validation testing
skill ★ 10,706

Generate focused unit tests for backend logic

This skill generates focused unit tests specifically designed for backend and utility logic. It assists developers in ensuring robust coverage for core application functions.

elie222/inbox-zero unit-testing backend utility-logic testing
skill ★ 10,706

Comprehensive Testing Guidelines for Inbox-Zero

Provides comprehensive guidance for testing the application, covering unit, integration, and end-to-end workflows. It details running specialized tests for LLM features and cross-model evaluation.

elie222/inbox-zero testing unit-testing llm integration
skill ★ 10,706

Guidelines for LLM Testing and Development

Provides comprehensive guidelines for developing robust tests for LLM-related functionality. It advises developers on fixture usage, particularly regarding model and provider selection, ensuring tests remain flexible.

elie222/inbox-zero llm testing guidelines development
skill ★ 7

Automated Code Quality Verification Gate

Executes automated quality gates including linting, typechecking, testing, and building based on the specified scope. Supports quick, full, and publish-ready verification workflows.

testdino-hq/testdino-mcp code-verification quality-assurance testing linting
skill ★ 7

Structured Workflow for Bug Fixing and Documentation

This skill guides the agent through a comprehensive bug resolution lifecycle, starting with issue tracking and root-cause analysis, proceeding through minimal implementation, rigorous testing, and concluding with mandatory documentation upd…

testdino-hq/testdino-mcp bug-fix workflow testing documentation
skill ★ 24,025

Interactive TUI testing for Mastracode

This guide details how to perform interactive testing of the Mastracode TUI within Konsole. It covers verifying thread state isolation, rendering components, and managing model configurations.

mastra-ai/mastra tui testing konsole llm-interaction
skill ★ 24,025

Integration testing for core error processors

This guide provides patterns for writing robust integration tests for core error processors, detailing how to mock LLM API calls and verify complex retry and error recovery behaviors. It covers structured testing for happy paths, control te…

mastra-ai/mastra testing integration error-handling llm-mocking
skill ★ 24,025

testing core agent error handling and retries

This guide details patterns for writing robust integration tests for error processors, focusing on mocking LLM API calls to simulate failures and verify retry logic. It covers best practices for asserting successful retries, error propagati…

mastra-ai/mastra testing integration-testing error-handling llm-mocking
skill ★ 20

Missing Capability Guardrail Fixture

This fixture simulates a scenario where the capability guardrail contract is intentionally omitted. It is used for testing scanners to ensure they report missing capability declarations alongside behavioral findings.

msaad00/agent-bom fixture testing guardrail capability-check
skill ★ 372,633

Feasibility Prototyping for Idea Validation

This skill allows agents to validate technical feasibility by creating minimal, runnable prototypes. It follows a structured process of research, building a small artifact, stress testing, and delivering a formal verdict (VALIDATED, PARTIAL…

openclaw/openclaw prototyping feasibility validation testing
skill ★ 372,633

OpenClaw Testing and CI Validation

This skill enables targeted testing and CI validation by identifying the smallest necessary verification path for code changes. It provides procedures for running Vitest suites and managing remote proofs via Crabbox, minimising unnecessary …

openclaw/openclaw testing ci-cd vitest github-actions
skill ★ 372,633

OpenClaw Test Performance Benchmarking and Optimization

This skill provides a systematic workflow for diagnosing and optimizing the runtime performance of OpenClaw's test suite and plugin ecosystem. It guides developers through establishing performance baselines, collecting detailed metrics (e.g…

openclaw/openclaw openclaw performance testing benchmarking
tool ★ 372,633

OpenClaw Release CI Validation Orchestrator

This skill orchestrates comprehensive release validation for OpenClaw, managing full CI matrices, provider secret preflights, and live gate checks. It provides structured workflows for debugging failures and ensuring controlled, auditable r…

openclaw/openclaw release-ci validation github-api deployment
tool ★ 372,633

Automated code review and quality assurance tool

This utility automates comprehensive code reviews using Codex or configured fallback LLMs, checking local, branch, or committed changes. It provides a structured closeout mechanism, integrating parallel testing and detailed reporting to val…

openclaw/openclaw code-review llm-agent pr-check quality-assurance
skill ★ 394

Comprehensive code quality and correctness reviewer

This skill provides comprehensive code review, assessing correctness, maintainability, and adherence to standards. It specializes in verifying logic, security, test coverage, and overall merge readiness.

sipyourdrink-ltd/bernstein code-review quality-assurance testing best-practices
skill ★ 394

Comprehensive qa engineering test suite writing

This skill emulates a QA engineer, specializing in writing comprehensive pytest suites to validate system functionality. It ensures coverage across happy paths, identified edge cases, and error modes while managing regression detection.

sipyourdrink-ltd/bernstein qa testing pytest regression
skill ★ 394

CI failure diagnosis and minimal code fixing

This skill diagnoses CI failures from error reports, making only the smallest, most targeted code changes required to pass tests or linting checks. It strictly adheres to fixing only what is broken, ensuring local verification before commit…

sipyourdrink-ltd/bernstein ci-fixing error-diagnosis python-development minimal-changes
skill ★ 16

Skipping Files Without Frontmatter

A test case designed to verify that the scanner correctly ignores files that do not contain YAML frontmatter.

agentward-ai/agentward testing scanner yaml frontmatter
skill ★ 47,275

Skill for Testing Deletion Functionality

A dedicated skill designed to verify the deletion functionality within an agentic system. It is used specifically for testing deletion operations.

BerriAI/litellm testing deletion-test unit-testing
skill ★ 26,383

Automated Python Example Runner

Automates the execution of Python examples using uv, providing background process management, detailed logging, and automated re-running of failed tests.

openai/openai-agents-python python automation uv testing
skill ★ 26,383

Automated Code Change Verification Pipeline

Executes a mandatory verification pipeline including formatting, linting, type checking, and testing to ensure code integrity. It uses fail-fast semantics and parallel execution for validation steps following code formatting.

openai/openai-agents-python code-verification python testing linting