Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:17:58 +08:00
commit 21f68f066a
8 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for data-validation-engine skill
- [ ] database_schema.md: Documentation of the database schema, including table structures, data types, and relationships.
- [ ] validation_rules_guide.md: A guide to defining and implementing data validation rules, including examples and best practices.
- [ ] error_codes.md: A comprehensive list of error codes generated by the data validation engine, along with their descriptions and recommended actions.