Tag: testing
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 …
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.
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 …
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.
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.
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.
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.
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…
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.
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…
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…
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.
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 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 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 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…
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…
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.
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.
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…
Skipping Files Without Frontmatter
A test case designed to verify that the scanner correctly ignores files that do not contain YAML frontmatter.
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.
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.
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.