Tag: validation
Fixture for testing invalid skill naming
This skill is a testing fixture designed to validate agent framework error handling. It simulates the use of an invalid or improperly formatted skill name to ensure robust system validation.
Python Scratchpad for Calculations and Transformations
This skill allows the agent to execute short, focused Python scripts for tasks requiring computation, data transformation (e.g., JSON, CSV), or validation. It is ideal for quick, reproducible checks and arithmetic that pure reasoning cannot…
Validate project adherence to standards
This skill validates a project's structure by checking for the presence of required documentation files, such as README.md. It reports which essential files are missing to ensure adherence to established conventions.
React Form Writing and Validation Best Practices
This skill guides the creation and refactoring of complex React forms using react-hook-form, enforcing best practices like Zod validation, controlled component handling via useController, and managing state updates using field.onChange vers…
Validate the Codex bridge plugin setup
This skill validates the readiness of the Codex bridge plugin within Claude Code. It checks for the installation status of `codex`, the availability of `codex exec review`, and verifies the presence of necessary artifact directories and ser…
Live smoke testing for MCP tool validation
This skill facilitates live smoke testing for MCP tool changes, validating functionality against a real Linear workspace. It ensures changes are robust by requiring temporary resource creation and mandatory cleanup of all side effects.
Codex Bridge Plugin Setup and Validation
This skill validates the operational readiness of the Codex bridge plugin within the Claude Code environment. It checks for necessary installations, verifies the availability of the `codex exec review` command, and confirms the presence of …
Automated asset failure diagnosis and repair
This skill diagnoses asset generation failures by mapping specific validation codes (e.g., checkerboard, palette drift) to concrete repair primitives. It systematically applies fixes like inpainting, matte extraction, or route changes, resp…
MCP Tool Implementation Review
An automated process for auditing MCP tool implementations against project-specific patterns, registration requirements, and best practices.
Local Agent-BOM Inventory Validation and Ingestion
This tool validates and processes canonical agent-bom inventory JSON, which has been pre-collected from various sources like CMDBs or cloud endpoints. It allows developers to perform local scanning, generate findings, and export structured …
Critically review and refine agent outputs
This skill facilitates the critical evaluation and refinement of generated content, ensuring adherence to specified constraints and improving overall quality. It acts as a final validation layer for complex agentic workflows.
Smoke regression testing for build scripts
This skill validates packaging and publishing scripts by asserting the real script exit path and final output summary. It ensures that build regressions are caught beyond simple file existence checks.
Orchestrates complex multi-step agentic workflows
This orchestrator manages the full lifecycle of complex agentic tasks, coordinating planning, parallel execution, validation, and learning. It ensures robust state management and dependency resolution across multiple worker agents.
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…
Structured framework for agent skill creation
This framework provides structured guidelines and validation scripts for developing agentic skills. It enforces best practices for keeping skill definitions lean, managing metadata, and structuring associated assets like scripts and referen…
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…
Secret Rotation and Validation
Automate the validation, rotation, and health monitoring of API keys and credentials across multiple providers. It supports batch validation for CI pipelines and provides automated rotation for expired or stale secrets.
Validate Operator Helm Chart Contributions
Verifies Helm chart compliance by performing template validation, linting, and documentation checks against project contribution guidelines.
clarifyprompt-mcp pre-ship audit overrides
Provides repository-specific audit overrides for the ship-check process, enforcing version consistency, secret detection, and schema validation for knowledge packs. It extends a parent skill with custom rules for package manifests, YAML-bas…
Skill with Invalid Name Format
A test fixture representing a skill with an invalid name format, used for verifying error handling during registration.