SKILL·2DCD51

validate-test-reality

mattnigh
Updated 1 month ago
8 views
22
1
22
View on GitHub
Otheraitestingdesigndata

About

This skill analyzes production data to identify gaps between specifications and reality, generating edge cases and scenarios that existing tests miss. It creates test deficiency reports showing coverage gaps before quality gate approval. Use it to ensure tests reflect actual production behavior, not just specification compliance.

Quick Install

Claude Code

Recommended
Primary
npx skills add mattnigh/skills_collection -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/mattnigh/skills_collection
Git CloneAlternative
git clone https://github.com/mattnigh/skills_collection.git ~/.claude/skills/validate-test-reality

Copy and paste this command in Claude Code to install this skill

GitHub Repository

mattnigh/skills_collection
Path: collection/adolfoaranaes12__BMAD-ENHANCED__claude__skills__validate-test-reality__SKILL.md
0
FAQ

Frequently asked questions

What is the validate-test-reality skill?

validate-test-reality is a Claude Skill by mattnigh. Skills package instructions and resources that Claude loads on demand, so Claude can perform validate-test-reality-related tasks without extra prompting.

How do I install validate-test-reality?

Use the install commands on this page: add validate-test-reality to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does validate-test-reality belong to?

validate-test-reality is in the Quality category, tagged ai, testing, design and data.

Is validate-test-reality free to use?

Yes. validate-test-reality is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

trace-requirements
Other

This skill creates a bidirectional traceability matrix linking acceptance criteria to code implementation and test coverage, identifying gaps with severity ratings. It's used during quality reviews or compliance audits to verify complete requirements coverage. Developers can use it to map ACs to specific code evidence and tests, ensuring nothing is missed.

View skill
quality-gate
Other

The quality-gate skill synthesizes multiple quality assessments into an evidence-based PASS/CONCERNS/FAIL/WAIVED decision for deployment. It generates both YAML for CI/CD automation and Markdown for human review, including action items. Use it during final quality review to make go/no-go deployment decisions.

View skill
content-collections
Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill
polymarket
Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill