Validates error handling for Claude Code skills by intentionally omitting required version fields for testing purposes.
This skill serves as a specialized test fixture for the claudelint project, designed to verify that the linter correctly identifies and reports missing version fields in SKILL.md files. It is primarily used by developers working on Claude Code tooling and validation workflows to ensure robust error reporting and schema compliance during the development of custom skills and plugins. By providing a controlled malformed skill, developers can test their CI/CD pipelines and local validation scripts effectively.
主要功能
01Minimalist configuration for focused debugging
022 GitHub stars
03Bash-based tool execution simulation
04Validation error reporting verification
05Integration with claudelint validation suites
06Standardized testing for missing version metadata
使用场景
01Testing linter edge cases for Claude Code skills
02Debugging error reporting for malformed SKILL.md files
03Verifying schema validation logic in custom CI/CD pipelines